# References

| Name                 | Description                                             | Homepage                                                                        |
| -------------------- | ------------------------------------------------------- | ------------------------------------------------------------------------------- |
| Ant Design           | The foundation that Sentre UI/UX relies on              | <https://ant.design/components/overview/>                                       |
| React                | A JavaScript library for building user interfaces       | <https://reactjs.org/>                                                          |
| Redux Toolkit        | A Predictable State Container for JS Apps               | <https://redux-toolkit.js.org/>                                                 |
| SenJS                | A Typescript library for Sentre.                        | <https://descartesnetwork.github.io/sen-js/>                                    |
| Solana Web3          | The foundation that SenJS relies on                     | <https://solana-labs.github.io/solana-web3.js/>                                 |
| Token List           | Metadata repo for tokens existing on Solana             | <https://github.com/solana-labs/token-list>                                     |
| Coin98 Integration   | Documentation for Coin98 Wallet Extension Integration   | <https://docs.coin98.com/products/developer-guide/solana-dapps-integration>     |
| Phantom Integration  | Documentation for Phantom Wallet Extension Integration  | <https://docs.phantom.app/>                                                     |
| Solflare Integration | Documentation for Solflare Wallet Extension Integration | <https://docs.solflare.com/technical/connecting-your-solana-dapp-with-solflare> |


---

# 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.sentre.io/references.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.
