> For the complete documentation index, see [llms.txt](https://help.autobuy.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.autobuy.io/general-faq/contacting-a-seller.md).

# Contacting a seller

There are many different reasons you may need to contact a seller, and AutoBuy has a few different ways of doing so.

Every shop has a **help desk.** You can create a ticket here to contact the seller. This option will always be here.

![](https://autobuy.flowlu.com/files/download/1ca67f7d-9f05-11ea-9272-fa163e7d9ee1)

Shops may also have a **Discord Server** linked to their shop. You can join their Discord and contact the seller from there if they have it enabled.<br>

![](https://autobuy.flowlu.com/files/download/46433a03-9f05-11ea-9272-fa163e7d9ee1)

Shops can also have **Live Chat** on their shop using Tawk.To. This will look like a little chat bubble in the corner of the shop page. You can use this option to receive live chat support from the shop.

![](https://autobuy.flowlu.com/files/download/739112e6-9f05-11ea-9272-fa163e7d9ee1)

If you are a Shop Owner, you can enable Discord and Tawk.To in your shop settings.


---

# 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://help.autobuy.io/general-faq/contacting-a-seller.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.
