# Projects, Directories, and Sources

- [Projects](https://docs.annolab.ai/projects-directories-and-sources/projects.md): Projects are the highest level abstraction in the Annotation Lab platform. They contain directories, source files, schemas, and annotation layers. They are also the scope at which work can be shared.
- [Directories](https://docs.annolab.ai/projects-directories-and-sources/directories.md): Directories are containers for Source Files that can be used to help organize the contents of a project
- [Source Files](https://docs.annolab.ai/projects-directories-and-sources/source-files.md): Source files are files that contain things you want to annotate or run models on. Currently we support PDF and .txt file formats


---

# 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.annolab.ai/projects-directories-and-sources.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.
