# Introduction

The Vome API is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs and returns [JSON-encoded](http://www.json.org/) responses. It also uses standard HTTP response codes, authentication, and verbs.

If you wish to collaborate with us on the Vome API and provide feedback about our docs, you can visit our [support portal](https://support.vomevolunteer.com) to interact directly with our team.\
\
To use the Vome API, you must be using the Ultimate plan. If you need more information about the Ultimate plan and pricing, you can [explore our plans](https://www.vomevolunteer.com/plans). Once upgraded to Ultimate, you will have the capability of generating API keys to integrate different solutions with Vome. To learn more about how to create API keys, you can continue reading about [Authentication](https://docs.vomevolunteer.com/getting-started/publish-your-docs).


---

# 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.vomevolunteer.com/getting-started/quickstart.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.
