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

# ㅤ

- [Portfolio Tracker Pro](https://guides.smolcompute.xyz/1/tracker.md)
- [Quick Start](https://guides.smolcompute.xyz/1/tracker/quick-start.md)
- [Accounts](https://guides.smolcompute.xyz/1/tracker/accounts.md): Overview of the Accounts Sheets
- [The Dashboard](https://guides.smolcompute.xyz/1/tracker/dashboard.md): An Overview of the Dashboard
- [ROI Charts](https://guides.smolcompute.xyz/1/tracker/roi-tool.md): How to use the ROI Tool
- [Watchlists](https://guides.smolcompute.xyz/1/tracker/watchlists.md)
- [Changing the Primary Currency](https://guides.smolcompute.xyz/1/tracker/changing-the-primary-currency.md): How to change the primary currency of the Portfolio Tracker.
- [Optional Secondary Currency](https://guides.smolcompute.xyz/1/tracker/secondary-currency.md): The smol Portfolio Tracker allows you to easily set a secondary currency used to display important stats about your portfolio in a currency other than USD.
- [Troubleshooting](https://guides.smolcompute.xyz/1/tracker/troubleshooting.md)
- [Changelog](https://guides.smolcompute.xyz/1/tracker/release-notes.md): Smol Portfolio Tracker
- [Portfolio Tracker Lite](https://guides.smolcompute.xyz/1/smol_tracker.md)
- [Quick Start](https://guides.smolcompute.xyz/1/smol_tracker/quick-start.md)
- [Dashboard](https://guides.smolcompute.xyz/1/smol_tracker/dashboard.md)
- [Trade Log](https://guides.smolcompute.xyz/1/smol_tracker/trade-log.md)
- [Holdings](https://guides.smolcompute.xyz/1/smol_tracker/holdings.md)
- [Changing the Primary Currency](https://guides.smolcompute.xyz/1/smol_tracker/changing-the-primary-currency.md)
- [Optional Secondary Currency](https://guides.smolcompute.xyz/1/smol_tracker/optional-secondary-currency.md)
- [Troubleshooting](https://guides.smolcompute.xyz/1/smol_tracker/troubleshooting.md)
- [Formatter](https://guides.smolcompute.xyz/1/formatter.md)
- [Quick Start](https://guides.smolcompute.xyz/1/formatter/quick-start.md)
- [Video Guides](https://guides.smolcompute.xyz/1/formatter/videos.md)
- [Troubleshooting](https://guides.smolcompute.xyz/1/formatter/troubleshooting.md)
- [General Guides](https://guides.smolcompute.xyz/1/how-to.md)
- [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
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://guides.smolcompute.xyz/1.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.
