> For the complete documentation index, see [llms.txt](https://docs.gocontent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gocontent.ai/contact-us/need-help/contact.md).

# Contact

If you encounter a technical problem, need advice, or have any questions, you can easily contact us by email or on live chat.

### How to contact us?

Click on the third icon from the left at the top right of the homepage.

<figure><img src="/files/5sUHpVQGoNjcha4cI4E3" alt=""><figcaption></figcaption></figure>

Select the communication method you wish to use: **Email** or **live chat**.

{% hint style="info" %}
**It is preferable to choose emails for less urgent questions.**
{% endhint %}

You will receive a response by email in 4 to 24 hours.

{% hint style="info" %}
**We will answer you during working hours, Monday to Friday, 9:00 AM to 5:00 PM.(London Time).**
{% endhint %}

<figure><img src="/files/PAWsmutgCW8WY8YX2RcI" alt=""><figcaption></figcaption></figure>

Describe your issue in the dialogue box and submit your request.

You will receive a confirmation email in the mailbox you used to register that your request has been received.

<figure><img src="/files/2eZ1z6YrIsGKRpVlPLS3" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gocontent.ai/contact-us/need-help/contact.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
