# Support

Get help with Mythra.

## Getting Help

{% hint style="info" %}
If you're unsure where to start, check the Documentation and GitHub Issues first.
{% endhint %}

### GitHub Issues

Report bugs and request features on our GitHub repository.

### Documentation

* This documentation site
* Code comments in repository
* Smart contract references

### Team Contact

Reach out to the hackathon team through:

* GitHub Discussions
* Demo day presentation
* Project submission page

## Troubleshooting

### Common Issues

<details>

<summary>Wallet Connection Problems</summary>

* Ensure you're on Solana Devnet
* Use supported wallets (Phantom recommended)
* Check browser permissions

</details>

<details>

<summary>Transaction Failures</summary>

* Verify sufficient SOL for gas fees
* Check network congestion
* Confirm transaction requirements

</details>

<details>

<summary>NFT Display Issues</summary>

* Refresh wallet NFT cache
* Check correct network
* Verify mint transaction success

</details>

## Resources

* **Solana Docs:** <https://docs.solana.com>
* **Anchor Book:** <https://book.anchor-lang.com>
* **Metaplex Docs:** <https://docs.metaplex.com>

***

*Mythra - Solana Colosseum Hackathon 2025 Submission*


---

# 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://mythra-2.gitbook.io/mythra-docs-1/documentation/introduction/getting-started/guides/technical/resourse/support.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.
