# Reporting Issues

{% hint style="info" %}
If you're experiencing issues with objkt.com please follow the steps below:
{% endhint %}

Before reporting an issue please make sure you have done the following:

### **1. Check the Product Guide / Docs**

Check here in the Product Guide to make sure that you're doing everything correctly. If you can't find something please use the search at the top. Only when you are sure you're doing everything correctly proceed with step 2

### 2. Make sure you're signed in

Sometimes you might not be signed in or signed in with the wrong wallet. Make sure that you are signed in with the correct wallet (synced and signed in).

### 3. Clear Cache / Sign in and out

If your error persists, try the following:

* Logout from objkt.com
* Clear your browser cache (really make sure that you cleared it)
* Log back in

in 99% of the cases, this will resolve your issue. So make sure to try this before moving on to the next step.

### 4. Report your issue

{% hint style="info" %}
Make sure you've tried steps 1, 2 and 3 before proceeding with reporting your issue
{% endhint %}

{% hint style="warning" %}
When reporting an issue on our Discord, always make sure to include a **link** to the page you're experiencing the issue on and the **wallet address** you're experiencing the issue with
{% endhint %}

To report an issue you can go to our [Discord Server](https://discord.gg/m7YFqPvmj6) and post directly into the #support channel here: <https://discord.com/channels/856661610139746334/860266358629072906>


---

# 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.objkt.com/product/fundamentals/reporting-issues.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.
