# General

This documentation page ("Docs") is designed to help you interact with Vinter's services and data. It covers all the information you need as a developer, product manager, or operation specialist throughout your product's lifecycle.

You can find two sections:

* [API](https://docs.vinter.co/api/overview): documentation to call our API, organized by product type.
* [FAQ](/formerly-vinter-indices/faq/onboarding.md) (Frequently Asked Questions): questions and answers centralized and organized by topic. We recommend going through the "Onboarding" section if you are just discovering Vinter.


---

# 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.kaiko.com/formerly-vinter-indices/general.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.
