# Fundamentals

- [Uploading images](https://docs.animl.camera/fundamentals/uploading-images.md): How to upload images to Animl in bulk from your desktop
- [Image review](https://docs.animl.camera/fundamentals/image-review.md): Humans aren't obsolete yet! Many use-cases require reviewers to be kept "in the loop" to correct any mistakes made by the ML models and fill gaps in their classification repertoire.
- [Camera and Deployment management](https://docs.animl.camera/fundamentals/camera-and-deployment-management.md): Manage the cameras that belong to your Project
- [Filtering images](https://docs.animl.camera/fundamentals/filtering-images.md): Sort, filter, and query your data
- [Views](https://docs.animl.camera/fundamentals/views.md): Saving a set of filters
- [Automation Rules](https://docs.animl.camera/fundamentals/automation-rules.md): Help Animl help you
- [Export Data](https://docs.animl.camera/fundamentals/export-data.md): Exporting your labeled data for advanced analysis and ML training
- [User management](https://docs.animl.camera/fundamentals/user-management.md)
- [Deleting images](https://docs.animl.camera/fundamentals/deleting-images.md): Permanently delete images from your project


---

# 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.animl.camera/fundamentals.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.
