# General Guides

- [Tips and Tricks](https://guides.smolcompute.xyz/1/how-to/tips-and-tricks.md)
- [Fixing an Erroneous Asset Match](https://guides.smolcompute.xyz/1/how-to/confused-asset-codes.md): Quickly fix an Erroneous Asset Match
- [Stocks Listed on Non-US Exchanges](https://guides.smolcompute.xyz/1/how-to/stocks-listed-on-non-us-exchanges.md): How to handle Stocks Listed on Non-US Exchanges
- [Crypto to Crypto Trades](https://guides.smolcompute.xyz/1/how-to/crypto-to-crypto-trades.md)
- [Data Migration](https://guides.smolcompute.xyz/1/how-to/data-migration.md): Here's a Checklist to Import Data into a New Version or Theme
- [Adding Accounts](https://guides.smolcompute.xyz/1/how-to/adding-accounts.md): How to add Accounts to your Portfolio
- [Getting Updates](https://guides.smolcompute.xyz/1/how-to/updates.md)
- [What devices can I use smol compute on?](https://guides.smolcompute.xyz/1/how-to/what-devices-can-i-use-smol-compute-on.md): How do I use smol compute in the browser?
- [Turning on End-to-End Encryption](https://guides.smolcompute.xyz/1/how-to/turning-on-end-to-end-encryption.md): How to sync your portfolio across your devices while retaining full privacy.
- [Modifying your smol Tools](https://guides.smolcompute.xyz/1/how-to/modifying-your-smol-tools.md)
- [Sharing & Collaboration](https://guides.smolcompute.xyz/1/how-to/sharing-and-collaboration.md): What are the privacy implications of sharing and collaborating on Numbers Documents.
- [Supported Non-US Stock Exchanges](https://guides.smolcompute.xyz/1/how-to/supported-non-us-stock-exchanges.md)
- [Scripts](https://guides.smolcompute.xyz/1/how-to/scripts.md)
- [Available Currencies](https://guides.smolcompute.xyz/1/how-to/available-currencies.md)
- [Brand Assets](https://guides.smolcompute.xyz/1/how-to/brand-assets.md): Smol Compute Brand Assets


---

# 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://guides.smolcompute.xyz/1/how-to.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.
