> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/aqua-intelligence/knowledge-base-with-aqua-intelligence/global-knowledge-base-of-aqua-intelligence.md).

# Global Knowledge Base of aqua Intelligence

The global knowledge base lets project administrators upload files that are available across all projects and all users in your workspace. aqua Intelligence can use these files when generating content or answering questions in any project.

This is the right level for company-wide material — quality **standards**, compliance **guidelines**, shared **terminology**, or any documentation that applies broadly across your organization.

### What aqua Intelligence can do with global knowledge base files

The documents you upload will be available to **all users and all projects** in your workspace. Once processed, AI can use this content to:

* Answer user questions in the aqua Intelligence chat
* Create more relevant **requirements**, **test cases**, or **test data**

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

***

### How to upload files to the global knowledge base

1. Navigate to **Integrations → aqua Intelligence**

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

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

2. Choose **Upload file** *under aqua Intelligence knowledge base*
3. Upload file and choose **Global level** in the Upload to dropdown
4. Wait until processing is complete — you will see the indication of the processing status

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

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

#### **Supported file formats**

* PDF, DOCX, XLSX, Markdown, and TXT

#### **Storage and limits**

* Maximum file size **per file**: 10 MB
* **Total** global knowledge base storage limit: 100 MB
* Large files may take longer to process

#### **Managing your files**

* You can delete a file at any time — once deleted, it is immediately removed from use and the storage space is freed
* Regularly review and update files to ensure aqua Intelligence is working from current, accurate material

For guidance on preparing files for best results, see [Best practices for the Knowledge Base in aqua](/documentation/aqua-intelligence/knowledge-base-with-aqua-intelligence/best-practices-for-the-knowledge-base-in-aqua.md)


---

# 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.aqua-cloud.io/documentation/aqua-intelligence/knowledge-base-with-aqua-intelligence/global-knowledge-base-of-aqua-intelligence.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.
