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

# Contact Us

## How to Contact Wrangle for Additional Support

If you need assistance with Wrangle, we’re here to help! Below are the ways you can get support:

***

**1. Support via Email**

For any questions or issues, you can email us at **<support@wrangle.io>**. Our team will respond as quickly as possible to help resolve your concerns.

***

**2. Support in the Web App**

Need help while using Wrangle? Use the **chat feature** located at the bottom-right corner of the Wrangle web app. Simply click the chat icon to connect with a support specialist.

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

***

**3. Wrangle Help Docs**

Access a wealth of resources, including guides and FAQs, in the **Wrangle Help Docs**. These are designed to answer common questions and provide step-by-step instructions. You can find them here.

***

**4. Book a Call with Sales or Customer Success**

If you’d like personalized assistance or want to explore Wrangle's features further, you can [**schedule a call**](https://www.wrangle.io/request-a-demo-of-wrangle-slack) with our Sales or Customer Success team. Visit this link to pick a time that works for you!&#x20;


---

# 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.wrangle.io/~/revisions/tkMgcRwylvf1GG81MVcV/more-help/contact-us.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.
