> For the complete documentation index, see [llms.txt](https://docs.koi.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.koi.finance/info/l1-support.md).

# Layer 1 Support

The absolute best place to get help outside of this wiki is in the #support chat on our [Discord server](https://discordapp.com/invite/HGuvDTW). Team members (along with other helpful members of the community) are able to assist with any issue you may run into.

{% hint style="danger" %}
**WARNING:** Do **NOT** accept help from somebody private messaging you claiming to be a member of the team or an admin! This is a classic (and unfortunately, unavoidable) scam technique designed to talk you into giving up information that can allow them to steal your funds. **NEVER** give out wallet seed phrases! There is absolutely no reason for any member of the team to request this information.

If a team member sees a need to continue support in private, they will publicly ask **YOU** to message them first.
{% endhint %}

{% content-ref url="/pages/-MUC-LFPArkzJemcTlSq" %}
[Uniswap Buy/Sell Error](/info/l1-support/uniswap-buy-sell-error.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZGjgrGh8YhbUaNmByA" %}
[Adding Uniswap V2 Liquidity Guide](/info/l1-support/adding-uniswap-v2-liquidity-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MVKUAgWDI\_R3TeQUa23" %}
[Broken mention](broken://pages/-MVKUAgWDI_R3TeQUa23)
{% endcontent-ref %}


---

# 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.koi.finance/info/l1-support.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.
