# Guides

- [Evaluate a Prompt](https://docs.entrypointai.com/guides/evaluate-a-prompt.md)
- [Turn a Prompt into a Template](https://docs.entrypointai.com/guides/evaluate-a-prompt/turn-a-prompt-into-a-template.md)
- [Prepare Validation Examples](https://docs.entrypointai.com/guides/evaluate-a-prompt/prepare-validation-examples.md)
- [Create a Templated Model](https://docs.entrypointai.com/guides/evaluate-a-prompt/create-a-templated-model.md)
- [Review & Rate Outputs](https://docs.entrypointai.com/guides/evaluate-a-prompt/review-and-rate-outputs.md)
- [Iterating on the Prompt](https://docs.entrypointai.com/guides/evaluate-a-prompt/iterating-on-the-prompt.md)
- [Build a Dataset](https://docs.entrypointai.com/guides/build-a-dataset.md)
- [Import a CSV](https://docs.entrypointai.com/guides/build-a-dataset/import-a-csv.md)
- [Transform Data](https://docs.entrypointai.com/guides/build-a-dataset/transform-data.md)
- [Synthesize Examples](https://docs.entrypointai.com/guides/build-a-dataset/synthesize-examples.md)
- [Quantity & Quality of Data](https://docs.entrypointai.com/guides/build-a-dataset/quantity-and-quality-of-data.md)
- [Fine-tune a Model](https://docs.entrypointai.com/guides/fine-tune-a-model.md)
- [Start a Fine-tune](https://docs.entrypointai.com/guides/fine-tune-a-model/start-a-fine-tune.md)
- [Fine-tuning Hyperparameters](https://docs.entrypointai.com/guides/fine-tune-a-model/fine-tuning-hyperparameters.md)
- [Compare Fine-tunes](https://docs.entrypointai.com/guides/fine-tune-a-model/compare-fine-tunes.md)
- [Next Steps](https://docs.entrypointai.com/guides/fine-tune-a-model/next-steps.md)
- [Generate Completions](https://docs.entrypointai.com/guides/generate-completions.md)
- [Playground](https://docs.entrypointai.com/guides/generate-completions/playground.md): The playground offers a convenient way to perform "vibe checks" and test structured data across different models and templates.
- [Inference Parameters](https://docs.entrypointai.com/guides/generate-completions/inference-parameters.md)
- [Shareable Link](https://docs.entrypointai.com/guides/generate-completions/shareable-link.md)
- [Deploy a Model](https://docs.entrypointai.com/guides/generate-completions/deploy-a-model.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.entrypointai.com/guides.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.
