> For the complete documentation index, see [llms.txt](https://docs.empowergpt.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.empowergpt.ai/data-import-and-integrations/connectors/working-with-connectors.md).

# Working with Connectors

Connectors establish a secure link between EmpowerGPT and your external applications.

Once connected, you can:

* Use natural language to search, read, create, update, or manage content in the linked app
* Ask EmpowerGPT to perform tasks on your behalf, such as sending emails, scheduling meetings, or retrieving CRM records
* Interact with your apps without manually navigating through them

Each connector unlocks a dedicated set of capabilities based on the service.

### Connecting a Connector

1. Click **Connect** on the tile of the desired app.
2. EmpowerGPT will redirect you to the login page of the app.
3. Sign in to your account (Google, Microsoft, Slack, etc.).
4. Approve the required permissions.
5. Once authorized, the status will update to **Connected**.

### Using the Connector using Assistants

1. Once connected, the **connector** can be utilized in **Assistant**.&#x20;
2. To use the connector, go to Assistants and create a new Assistant.&#x20;
3. Enter Assistant Name (For example, Outlook Assistant).&#x20;
4. To use connector, scroll to the Actions section and click 'Add Action'.&#x20;
5. Add the required connector actions and save.&#x20;
6. You can now use the app through natural language in EmpowerGPT.

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


---

# 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.empowergpt.ai/data-import-and-integrations/connectors/working-with-connectors.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.
