> For the complete documentation index, see [llms.txt](https://cortado-ai.gitbook.io/cortado-ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortado-ai.gitbook.io/cortado-ai-docs/getting-started/sync-your-pms/connecting-to-ownerrez.md).

# Connecting to OwnerRez

## Syncing your OwnerRez Account:

1. Log into the Cortado web app ([https://cortado-ai.app](https://cortado-ai.app/)) and navigate to the Cortado Integrations Page (**Settings** -> **Integrations**)
2. Select “OwnerRez” and click “Add Account" or the + button
3. You will be redirected to the OwnerRez Integration page, where you will be asked to log into your OwnerRez account and authorize Cortado's access to your account data
4. Click "Authorize Cortado AI" to begin the sync
5. Watch your listings and conversations populate! This may take a few minutes.

{% hint style="warning" %}
While most initial syncs complete in less than 5 minutes, portfolios of 25+ listings may take up to 30 minutes during their first sync. Please do not attempt to re-add a OwnerRez account during this process.
{% endhint %}

<figure><img src="/files/TVLTNiuAJ1VpkTHC9z4U" alt=""><figcaption></figcaption></figure>

***

## Questions?

Contact Cortado support at [***support@cortado-ai.com***](mailto:support@cortado-ai.com)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortado-ai.gitbook.io/cortado-ai-docs/getting-started/sync-your-pms/connecting-to-ownerrez.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
