# Hi 👋

Welcome to the Zencal API documentation. On this page, you will find all the information you need to help you use the methods we provide to our users. Remember also that if you have a question, our support is available in chat or by email: <hello@zencal.io>

## How to get started?

The best option is to go through our Quick Start, which will let you set everything up and allow you to make requests to the Zencal API.

{% content-ref url="quick-start" %}
[quick-start](https://docs.zencal.io/quick-start)
{% endcontent-ref %}

## Jump into methods

If you already know how to perform queries to the Zencal API, simply familiarise yourself with the available methods.

{% content-ref url="reference/api-reference" %}
[api-reference](https://docs.zencal.io/reference/api-reference)
{% endcontent-ref %}


---

# 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.zencal.io/hi.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.
