# Getting Started

- [Introduction](https://developer.topazlabs.com/getting-started/introduction.md)
- [Image API Quickstart](https://developer.topazlabs.com/getting-started/quickstart.md): In this example, we’ll be using one of our most popular image models, Standard 2.
- [Video API Quickstart](https://developer.topazlabs.com/getting-started/video-api-quickstart.md): In this example, we’ll be using one of our popular video models, Apollo.
- [Model Selectionw](https://developer.topazlabs.com/getting-started/model-selectionw.md)
- [API Key Setup](https://developer.topazlabs.com/getting-started/api-key-setup.md)
- [Tier Pricing](https://developer.topazlabs.com/getting-started/tier-pricing.md): Flexible, per-use pricing that scales with you
- [Individual Model Pricing](https://developer.topazlabs.com/getting-started/individual-model-pricing.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://developer.topazlabs.com/getting-started.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.
