# Endpoints

### Interactive Playground

{% hint style="warning" %}
To interact with data, we provide [GraphQL endpoint](https://graphql.org/learn/) where you can customize the response based on query payload. To use EverReal playground is required to provide the Bearer token, following was done in previous image.
{% endhint %}

Accessing EverReal playground you can run queries and mutations. Open your browser and access `https://{custom_subdomain}.everreal.co/api/reporting/graphql`

<figure><img src="/files/QKWhmEkAxd7iYL2aKkdj" alt=""><figcaption><p>Guilde to interactive playground</p></figcaption></figure>

Refer below entities to access data

<table data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Users</td><td></td><td></td><td><a href="/pages/1fXnAKC12M8qk2u00xeg">/pages/1fXnAKC12M8qk2u00xeg</a></td></tr><tr><td>Owners</td><td></td><td></td><td><a href="/pages/ovN8d7vLIBrgj5GN82nC">/pages/ovN8d7vLIBrgj5GN82nC</a></td></tr><tr><td>Property Group</td><td></td><td></td><td><a href="/pages/vxjRwixuyA2o0VwB3yiJ">/pages/vxjRwixuyA2o0VwB3yiJ</a></td></tr><tr><td>Properties</td><td></td><td></td><td><a href="/pages/Z40h9FtA8PP4ePojNjNh">/pages/Z40h9FtA8PP4ePojNjNh</a></td></tr><tr><td>Units</td><td></td><td></td><td><a href="/pages/VzgNU4IT7fysXAAqVW8U">/pages/VzgNU4IT7fysXAAqVW8U</a></td></tr><tr><td>Listings</td><td></td><td></td><td><a href="/pages/-MgkfN_iS0K14N8YV9BE">/pages/-MgkfN_iS0K14N8YV9BE</a></td></tr><tr><td>Candidates</td><td></td><td></td><td><a href="/pages/PzLewfO8MqGKUW7Bzjkv">/pages/PzLewfO8MqGKUW7Bzjkv</a></td></tr><tr><td>Messages</td><td></td><td></td><td><a href="/pages/f1mGjMGOCNtW5XRlHI5P">/pages/f1mGjMGOCNtW5XRlHI5P</a></td></tr><tr><td>Contact Activities</td><td></td><td></td><td><a href="/pages/ghDIsAiQbOKJ6V3I5Vuh">/pages/ghDIsAiQbOKJ6V3I5Vuh</a></td></tr><tr><td>Tenants</td><td></td><td></td><td><a href="/pages/VsS0vEECbKSIsW1luote">/pages/VsS0vEECbKSIsW1luote</a></td></tr><tr><td>Contracting</td><td></td><td></td><td><a href="/pages/6fQbJ8C8Xwyxv7hAuoB9">/pages/6fQbJ8C8Xwyxv7hAuoB9</a></td></tr></tbody></table>


---

# 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://api-docs.everreal.co/endpoints.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.
