# Getting Started

This document explains how to successfully call the Socialboards Ticket API.

### Before you start

* You'll need access to a Socialboards account. If you don't have one already, please contact us at <https://www.zisson.com/contact-us/>.\\
* Read through our [Guidelines](/docs/apis/tickets/getting-started/guidelines-and-data-privacy.md) on how to we expect you to handle data privacy.

####


---

# 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://developers.socialboards.com/docs/apis/tickets/getting-started.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.
