# Library

To access the Library, simply press "Library" in the left hand menu.  From there you'll be brought to the full collection of videos which can be filtered by categories and alphabetical order using the filter tabs on top of collection.  In order to [Add Content](/build_docs/platform/engaging/uploading-content.md), simply click the button in the top right and follow the instructions.

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


---

# 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://build-republic.gitbook.io/build_docs/platform/navigating/library.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.
