> For the complete documentation index, see [llms.txt](https://aidocs.soldecoder.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aidocs.soldecoder.app/use-cases/future-utility.md).

# Future utility

### And coming in the future:

* [ ] Get live data from the internet, and other features that the new ChatGPT plugins offer
* [ ] Create stunning images from your text with our image generation tool. Users love the Midjourney bot (which creates images), and soon you can enjoy similar functionality
* [ ] Turn any text into realistic audio with our text-to-audio generation feature
* [ ] Seamlessly integrate your Twitter account with our website and let our AI generate replies (that you can pick from), to your DMs, mentions, comment replies, and follower's tweets. Our customizable AI can help you be the ultimate reply guy, or streamline your sales pipeline
* [ ] A customer service bot trained on your data from Discord or website or PDF uploads etc... Users can converse with the bot to get fine tuned answers on your data set

<figure><img src="/files/gOeFupp2SKBPPo7u09ji" alt=""><figcaption></figcaption></figure>

### Note the other utilities that SOL Decoder already provides:

{% hint style="info" %}
At SOL Decoder, we are committed to creating Discord bots and website utilities that are essential tools for both NFT communities and web 2 companies.&#x20;

Our ultimate goal is to expand our services to tens of thousands of users, and beyond, generating steady revenue for the company. By introducing SaaS costs for thousands of users, we plan to achieve this growth.

We also encourage you to explore our other bots, such as Engage-2-Earn and alpha bots.
{% endhint %}

<figure><img src="/files/oBZ0l0CgGIOmLPe71x1j" 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://aidocs.soldecoder.app/use-cases/future-utility.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.
