# FAQ

## General

<details>

<summary>Why do I see a “Restricted Area” message?</summary>

Due to compliance requirements, trading via Byreal is not available to users connecting from the restricted area, including: ...<br>

</details>

<details>

<summary>How to create pools in Byreal</summary>

...

</details>

## Trading

<details>

<summary>What happens if my slippage tolerance is too low?</summary>

If your slippage tolerance is set too low, your transaction is more likely to fail — especially in these situations:

* The market is highly volatile
* You’re swapping tokens with low liquidity

**Note:** Even if the transaction fails, you will still pay gas fees for the attempted execution.

</details>

<details>

<summary>What happens if my slippage tolerance is too high?</summary>

If your slippage tolerance is set too high, your transaction is more likely to execute at a worse price than you expected. This can happen if:

* The market price moves significantly during confirmation
* Someone front-runs your transaction
* There’s high volatility or low liquidity in the pool

**Note:** A higher tolerance increases the risk of getting a less favorable rate, so set it carefully before performing transaction.

</details>


---

# 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://docs.byreal.io/resources/faq.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.
