# Self Service Training

- [Dataset SDK (Node)](https://docs.eyepop.ai/developer-documentation/self-service-training/dataset-sdk-node.md)
- [How To Train a Model](https://docs.eyepop.ai/developer-documentation/self-service-training/how-to-train-a-model.md): Overview
- [Defining Your Computer Vision Model](https://docs.eyepop.ai/developer-documentation/self-service-training/how-to-train-a-model/defining-your-computer-vision-model.md)
- [Example Use Case: Detecting Eyeglasses](https://docs.eyepop.ai/developer-documentation/self-service-training/how-to-train-a-model/example-use-case-detecting-eyeglasses.md): This example walks you through creating and training a model that identifies whether eyeglasses appear in an advertising image.
- [Preparing & Uploading Data](https://docs.eyepop.ai/developer-documentation/self-service-training/how-to-train-a-model/preparing-and-uploading-data.md)
- [Using EyePop.ai’s AutoLabeler](https://docs.eyepop.ai/developer-documentation/self-service-training/how-to-train-a-model/using-eyepop.ais-autolabeler.md)
- [Human Review](https://docs.eyepop.ai/developer-documentation/self-service-training/how-to-train-a-model/human-review.md)
- [Data Augmentation Setup](https://docs.eyepop.ai/developer-documentation/self-service-training/how-to-train-a-model/data-augmentation-setup.md)
- [Training in Progress](https://docs.eyepop.ai/developer-documentation/self-service-training/how-to-train-a-model/training-in-progress.md)
- [Deployment](https://docs.eyepop.ai/developer-documentation/self-service-training/how-to-train-a-model/deployment.md)
- [Previewing Results](https://docs.eyepop.ai/developer-documentation/self-service-training/how-to-train-a-model/previewing-results.md)
- [Iterative Training](https://docs.eyepop.ai/developer-documentation/self-service-training/how-to-train-a-model/iterative-training.md)
- [Deep Dives (FAQ)](https://docs.eyepop.ai/developer-documentation/self-service-training/how-to-train-a-model/deep-dives-faq.md)


---

# 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.eyepop.ai/developer-documentation/self-service-training.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.
