> For the complete documentation index, see [llms.txt](https://options-docs.avisplus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://options-docs.avisplus.io/get-started.md).

# Get started!

- [Option Set](https://options-docs.avisplus.io/get-started/step-2-create-option-sets.md): Get started with creating an Options Set and choose a product to apply it to.
- [Option Template](https://options-docs.avisplus.io/get-started/step-2-create-option-sets/readme.md): You can create Option Template and use it for multiple Option Sets in the future
- [Activate App](https://options-docs.avisplus.io/get-started/step-3-activate-the-app.md): You only need to do this once for each theme. Next time, you can skip step 2!
- [My options do not show](https://options-docs.avisplus.io/get-started/my-options-do-not-show.md): Check the reasons why your options are not showing
- [List of our app’s compatible theme](https://options-docs.avisplus.io/get-started/list-of-our-apps-compatible-theme.md): 😊 Here is the list of themes we have tested and confirmed that they can work well with our app, take a look and see if yours is here!


---

# 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://options-docs.avisplus.io/get-started.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.
