> For the complete documentation index, see [llms.txt](https://docs.kujira.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kujira.app/dapps-and-infrastructure/fin/product-guides/how-to-toggle-view-to-see-certain-pairs.md).

# How to Toggle View to see Certain Pairs

* Navigate to [fin.kujira.app](https://fin.kujira.app/)
* Connect on the top right to your Keplr or Sonar wallet by clicking the connect wallet button and selecting the corresponding wallet (Keplr or Sonar)
* Featured token pairs are displayed by default
* If you would like to only see USK pairs, click USK on the top left to the right of ‘Featured’, the text should turn white if you are successful

<figure><img src="https://lh3.googleusercontent.com/mPP-X2p-4onXXw48zYBViVG7yywK3HzeLbG8bomfJ2qEBCGI86C1xytHPJXzs-oHpsppfaozW5fwQIbTIBTudPuQMZ_3jTXt8ESOsEnWk7fAyRWnLINJQzrx8i8Scdcp8_XM11p7IDa9qCrkyNflRsg" alt=""><figcaption></figcaption></figure>

* The same as above, if you would like to only see axlUSDC pairs, click axlUSDC on the top left to the right of ‘USK’
* Click the ‘star’ if you like to see only favorited pairs or click all if you’d like to see all FIN pairs at once
* For simplicity, if you’d like to search for a particular token pair on FIN to see if it is available, first click on ‘All’, and then navigate to the search bar on the top left, and start typing in a token name. Any FIN pair containing that  token will pop up

<figure><img src="https://lh5.googleusercontent.com/dWW8lQBim9CmGSsKiHK2EczJUmJsoXx6BaozIT34t2mF57CtV3kicwpoXnh5ZINOdzX9JEHVpl9KmLtMbVgtaiZG5TNFkym_pq2WF5lNvG0f7R_SYjQxyuK4HV-UJUP_j6pQ4opFo9wXMRr9sQjVuGI" alt=""><figcaption></figcaption></figure>


---

# 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.kujira.app/dapps-and-infrastructure/fin/product-guides/how-to-toggle-view-to-see-certain-pairs.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.
