# User Guide

- [Ingesting with Metadata](https://docs.activeloop.ai/user-guide/ingesting-with-metadata.md): This guide covers how to upload multiple documents to Activeloop and interact with your data through the Chat Completions API.
- [Modalities](https://docs.activeloop.ai/user-guide/ingesting-with-metadata/modalities.md): You can upload the following document types
- [Filtering Query](https://docs.activeloop.ai/user-guide/filtering-query.md): This section provides a detailed guide to the filter expression syntax, a lightweight query language for filtering data.
- [Query Syntax](https://docs.activeloop.ai/user-guide/filtering-query/query-syntax.md): Cheatsheet for filtering the data
- [Streaming Output](https://docs.activeloop.ai/user-guide/streaming-output.md)
- [Structure Output](https://docs.activeloop.ai/user-guide/structure-output.md)


---

# 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.activeloop.ai/user-guide.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.
