# SolStar Finance

## SolStar Finance

- [Welcome](https://documentation.solstar.finance/master.md)
- [White Paper](https://documentation.solstar.finance/white-paper.md): Technical overview of our platform for creating Web3 community tokens
- [Getting Started](https://documentation.solstar.finance/solstar-tip-bot-guide/star-bot-getting-started-guide.md): October 25, 2021
- [User Guide](https://documentation.solstar.finance/solstar-tip-bot-guide/user-guide.md): After being able to direct message SolStar Tip Bot, let's go over commands!
- [Fees](https://documentation.solstar.finance/solstar-tip-bot-guide/fees.md)
- [Token Swap](https://documentation.solstar.finance/solstar-tip-bot-guide/token-swap.md)
- [Feature Release: Tip Custom Tokens!](https://documentation.solstar.finance/posts/feature-release-tip-custom-tokens.md)
- [Hiring SolStar Software Engineer](https://documentation.solstar.finance/posts/hiring-solstar-software-engineer.md): We've filled out current positions, but are always looking for exceptional people.
- [Media Assets](https://documentation.solstar.finance/media/media-assets.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://documentation.solstar.finance/master.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.
