> For the complete documentation index, see [llms.txt](https://docs.clearfeed.ai/clearfeed-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/file-store.md).

# File Store

## **Indexing** Files

Follow these steps to upload a file and create a new Knowledge Source:

{% hint style="info" %}
ddd
{% endhint %}

1. In the ClearFeed WebApp, go to **AI →** [**Knowledge Sources**](https://web.clearfeed.app/knowledge-sources) from the left navigation bar.
2. Hover over the **Add Knowledge Source** dropdown in the top-right corner and select **File Store**.
3. A side drawer will open. Fill in the following:
   * **Name** → Display title for this Knowledge Source in ClearFeed.
   * **Tags** → Add identifiers to organize the Knowledge Source. *(If no tags are added, a default tag may be assigned. You can always edit tags later.)*
   * **File Type** → Supported formats include:

     * PDF
     * DOCX
     * TXT
     * HTML
     * Markdown (max 100MB per file)

     <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Each Knowledge Source supports a single file. To add multiple files, create separate Knowledge Sources or use Google Drive.</p></div>
4. Click **Save**. The file will begin indexing:

   * **Initiated** → Queued and will start indexing soon.
   * **In Progress** → Currently being indexed.

   For more details, see [**Managing Knowledge Sources**](/clearfeed-help-center/clearfeed-ai/knowledge-sources/managing-knowledge-sources.md).

<figure><img src="/files/vnWVHZ5LBtqJOuG4LDuf" alt="" width="563"><figcaption><p>Adding KS using File Store</p></figcaption></figure>

### Using AI Agents

Once you've configured the knowledge sources, learn how to build and use AI Agents

{% content-ref url="<https://github.com/clearfeed/new-docs/blob/main/ai-agents/build-ai-agents.md>" %}
<https://github.com/clearfeed/new-docs/blob/main/ai-agents/build-ai-agents.md>
{% endcontent-ref %}

{% content-ref url="/pages/KfSu1GlJW2NmCvxVTv5c" %}
[Use AI Agents](/clearfeed-help-center/clearfeed-ai/ai-agents/use-ai-agents.md)
{% endcontent-ref %}

### **Manage Knowledge Sources**

Once the status of the knowledge source has been indexed, learn more on how to manage the knowledge source below.

{% content-ref url="/pages/4mEyGIe8R45x3rjcY7ug" %}
[Manage](/clearfeed-help-center/clearfeed-ai/knowledge-sources/managing-knowledge-sources.md)
{% endcontent-ref %}


---

# 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.clearfeed.ai/clearfeed-help-center/clearfeed-ai/knowledge-sources/indexing-knowledge-sources/file-store.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.
