> For the complete documentation index, see [llms.txt](https://docs.bird.com/toky-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/toky-en/readme/what-happens-after-enabling-an-integration.md).

# What happens after enabling an integration?

* Once the integration is enabled for the first time, the synchronization process will begin and its duration depends on how many records you have. On average, it generally takes between 1 to 15 minutes from start to finish.
* The contacts will sync with Toky but they won't show up in the Phone Directory section of Toky. This is normal and intended to avoid data duplicity between your CRM and Toky.
* Calls you make won't be logged in the integration if the synching has not finished.
* There's an integration log where you can see what calls were logged and where.

**Example:**\
Find it in the tab next to where you configured your integration for the first time.

<figure><img src="/files/9EhsQeWVXqmFMe952Bzd" alt=""><figcaption></figcaption></figure>

* The integration will be available for all agents in your account. You don't need to set it up for each agent.
* If you want to click to call, you need to be using Chrome and install the [Click to Call Extension](https://app.toky.co/business/tools/click-to-call) on each Chrome browser where you want use to it.
* Click to Call is not mandatory in order to make the integration work. Consider it as an extra help to make your work easier when it comes to typing a phone number and dialing


---

# 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://docs.bird.com/toky-en/readme/what-happens-after-enabling-an-integration.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.
