# Animl docs

## Animl docs

- [Welcome to Animl](https://docs.animl.camera/welcome-to-animl.md): Animl is an open-source platform for managing camera trap data, built by The Nature Conservancy
- [Intro to AI for processing camera trap data](https://docs.animl.camera/getting-started/intro-to-ai-for-processing-camera-trap-data.md): A primer on using machine learning to assist with species recognition
- [How AI works in Animl](https://docs.animl.camera/getting-started/how-ai-works-in-animl.md)
- [Structure, concepts, and terminology](https://docs.animl.camera/getting-started/structure-concepts-and-terminology.md): Understanding how projects, users, and data are organized
- [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
- [Guide to real-time wireless camera trapping](https://docs.animl.camera/resources/guide-to-real-time-wireless-camera-trapping.md): To learn more about deploying wireless camera traps check out or guide!
- [Terms of Service](https://docs.animl.camera/resources/terms-of-service.md): By using Animl, you agree to these Terms of Service


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.animl.camera/welcome-to-animl.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.
