# Connectors

The **Connectors** menu is the configuration area for all data sources and integration capabilities that your Agents will use.

<figure><img src="/files/7U99iublMNzcbm72NT4V" alt=""><figcaption></figcaption></figure>

#### Overview

The main table lists all configured Connectors, organized by Type:

<table><thead><tr><th width="128">Column</th><th>Description</th></tr></thead><tbody><tr><td>Type</td><td>Identifies the Connector’s function: File Reader, OpenAPI Connector (External Systems), or Fabric Connector (Microsoft Fabric/Power BI).</td></tr><tr><td>Name</td><td>Internal identification name of the Connector.</td></tr></tbody></table>

### Connector Types and How to Create

Click the **Create** button to configure a new Connector. You must select the **Connector Type** from the side dropdown menu.

{% hint style="info" %}

### Usage in the Agent

After creation, the Connector must be linked to the Agent in **Artifacts > Agents**. The Agent will automatically use the Connector when the user’s query requires the type of data that the Connector provides.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.poweromni.ai/en/administration-and-configuration/artifacts/connectors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
