> For the complete documentation index, see [llms.txt](https://conservation-x-labs-1.gitbook.io/sentinel-multi-language/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://conservation-x-labs-1.gitbook.io/sentinel-multi-language/getting-started-guide/your-sentinel-platform.md).

# Your Sentinel Platform

## Models

The Sentinel platform makes it incredibly easy to find, create, and use machine learning models at the click of a button. You won't need to see a single line of code and can start reaping the benefits of this amazing technology now!&#x20;

At the click of a button, you can start using ML models by:

* [Browsing the Model Marketplace](/sentinel-multi-language/in-the-field/the-model-marketplace.md) for pre-trained models that are right for you
* [Creating and training your own custom models](broken://pages/QPSoxSCWEljlHisoPxY3) for your unique needs. You can optionally include your own data to bolster the performance of your new models

## Online Dashboard

[Sign up](https://tyto-dev.web.app/signup) or [Log in](https://tyto-dev.web.app/login) to your online dashboard where you can:

* Get a [live view](/sentinel-multi-language/in-the-field/using-the-dashboard/dashboard.md) of your data analytics
* [Remotely manage your fleet](/sentinel-multi-language/in-the-field/using-the-dashboard/my-devices.md) of Sentinel devices
* [Add and remove models from your devices over the air](/sentinel-multi-language/in-the-field/using-the-dashboard/my-models.md) instantly when you need to
* [Improve your models by providing feedback](/sentinel-multi-language/in-the-field/using-the-dashboard/my-models.md) on how well they perform on training data
* [See your filtered data sent to you](/sentinel-multi-language/in-the-field/using-the-dashboard/insights.md) as it's captured and analyzed in real-time from the field
* [Upload labeled datasets](/sentinel-multi-language/in-the-field/using-the-dashboard/datasets.md) to use in model creation
* [Visualize and see data trends](/sentinel-multi-language/in-the-field/using-the-dashboard/map.md) and patterns by mapping out your devices

## Mobile App

Our mobile app is currently working through internal testing for iOS and Android devices. More information will be posted here when we open access to the app.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://conservation-x-labs-1.gitbook.io/sentinel-multi-language/getting-started-guide/your-sentinel-platform.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
