> For the complete documentation index, see [llms.txt](https://documentation.solstar.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.solstar.finance/solstar-tip-bot-guide/star-bot-getting-started-guide.md).

# Getting Started

We're excited to announce the launch of SolStar Tip Bot on Solana's mainnet-beta network, making managing and sending cryptocurrency to Discord's 140 million users free and easy! This page outlines the features and usage guide for SolStar Tip Bot. It also outlines the release of community tokens coming November 2021!&#x20;

{% embed url="<https://solstar.finance>" %}
<https://solstar.finance/>
{% endembed %}

## Getting Started

There are two ways to use SolStar Tip Bot

* [Join our amazing Discord community](https://discord.gg/gMyX7wRRUA) and start using SolStar Tip Bot by typing `/star` in the &#x20;

  `#🎉-tip-party🎉` channel.
* [Invite SolStar Tip Bot](https://discord.com/oauth2/authorize?client_id=957020698776322119\&permissions=414733224000\&scope=bot%20applications.commands) to your server.&#x20;
  * Permissions
    * Tip Bot requires basic permissions that other users already have, like being able to send a messages with an attachment&#x20;
    * Tip Bot also requires role management that enables features like giving users access to particular channels. You can edit what roles Tip Bot manages by re-ordering Tip Bot role  above any roles you enable. There is more info about permissions in the security model section.

Once you're able to DM the Tip Bot, **set up is complete!**

{% hint style="info" %}
Don't forget to [follow us on Twitter](https://twitter.com/solstarfinance)!
{% endhint %}


---

# 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://documentation.solstar.finance/solstar-tip-bot-guide/star-bot-getting-started-guide.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.
