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

# Troubleshooting

### Portal Dashboard Displaying Error on Initial Load

On your first login to Gomboc, you may encounter an issue where the dashboard content is blocked, as seen below.

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

To ensure that Gomboc works properly, you must either enable third-party cookies or allow just the third-party cookies for Gomboc.

To determine your current settings for Google Chrome go to <chrome://settings/cookies> in your browser. You can use the link directly or navigate through Settings -> Privacy and Security -> Third Party Cookies.

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

If “Block Third Party Cookies” is selected, then you will need to either select "Block third-party cookies in Incognito mode", "Allow third-party cookies", or allow third party cookies for the Gomboc site specifically.

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

To enable cookies just for the Gomboc site, select the eye icon and select the switch to temporarily enable third-party cookies. This will only last for your current browsing session.

<figure><img src="/files/8arqPQFNBIVbWaI0LHIl" alt=""><figcaption></figcaption></figure>

Once third-party cookies are allowed, then the Gomboc dashboard loads properly.

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

> **Still stuck?**\
> If you’ve enabled third-party cookies and are still experiencing issues, please contact us at <support@gomboc.ai>. We're happy to help!


---

# 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.gomboc.ai/troubleshooting.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.
