# Full Text Search FAQ

<details>

<summary>I am getting an error "Your MongoDB org doesn't allow API access" when creating a Full Text Search index.</summary>

* Open your MongoDB Atlas account.
* Navigate to the **Settings** page for your **MongoDB Organization.**
  1. If it is not already displayed, select your desired organization from the  Organizations menu in the top navigation bar.
  2. Click the Organization Settings icon next to the Organizations menu.
* Toggle ***Require IP Access List for the Atlas Administration API*** to **Off**.

</details>


---

# 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.cosmocloud.io/resources/document-search/full-text-search/full-text-search-faq.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.
