> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/sharepoint-knowledge-ai-search/configuration/complete-the-agent-configuration-setup.md).

# Complete the Agent Configuration Setup

Once the flows are enabled, open the **InoWiz Agent** again. This time, you will be prompted to complete the **Configuration Setup.** The setup consists of three groups:

<div data-with-frame="true"><figure><img src="/files/UAMOnPNTue7ZEWcPs9C3" alt=""><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/gYsEaILkPhpVlOzP5PA5" alt=""><figcaption></figcaption></figure></div>

**a) Azure AI Search Configuration**<br>

* Service Name → The name of the Azure AI Search service created in Step 1.
* API Key → Found in the Azure AI Search service under Settings → Keys. Copy either the Primary Admin Key or Secondary Admin Key.

<div data-with-frame="true"><figure><img src="/files/wcwNHVETEwexJj4eawwb" alt=""><figcaption></figcaption></figure></div>

* Index Name → Enter the index name you created via the Postman collection.
* Indexer Name → Enter the indexer name you created via the Postman collection.

**b) Authentication Configuration**

* **Tenant ID** → Found in the Azure portal in the Microsoft Entra ID section.

<div data-with-frame="true"><figure><img src="/files/3acSFwvf0pd5HwnsLxoo" alt=""><figcaption></figcaption></figure></div>

* **Client ID →** From the App Registration details, search for your app name which you created in step 2

<div data-with-frame="true"><figure><img src="/files/0A7LkhKmiqfl8VGw6C0c" alt=""><figcaption></figcaption></figure></div>

* **Client Secret →** The secret generated in the App Registration, which you can find in the Client and Secret section.

<div data-with-frame="true"><figure><img src="/files/YQlzKZWP9tCJ8QDK4OWw" alt=""><figcaption></figcaption></figure></div>

**c) SharePoint Configuration**

* SharePoint Domain → Example: yourdomain.sharepoint.com

<div data-with-frame="true"><figure><img src="/files/S0C32w5lWgUWQUDYGOMe" alt=""><figcaption></figcaption></figure></div>

* **SharePoint Site Name** → The site name where all the documents you have stored.

<div data-with-frame="true"><figure><img src="/files/SwJqSt7dzBa2hF3ZK1sh" alt=""><figcaption></figcaption></figure></div>

* **Libraries →** Provide a comma-separated list of document libraries you want to configure.\
  These can be found by navigating to your SharePoint site, and copying the names of the libraries.

Once all required input values (Azure AI Search, Authentication, and SharePoint details) are provided, click Save Configuration.

<div data-with-frame="true"><figure><img src="/files/8OwKkZdn08alUbbUzgIB" alt=""><figcaption></figcaption></figure></div>

This will create an Azure AI Search connection in the backend and finalize the setup.

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# 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.inogic.com/sharepoint-knowledge-ai-search/configuration/complete-the-agent-configuration-setup.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.
