# Home

Welcome to the TweetShift Documentation. Here you can find out how to use all of TweetShift's features and solve any problems you may have.

{% hint style="info" %}
This is just the documentation. For the full website, visit [TweetShift.com](https://tweetshift.com)
{% endhint %}

If you need any help, do not hesitate to reach out to our team on the [Support Server](https://tweetshift.com/support-server) or by clicking the chat button in the bottom right corner.


---

# 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://maiacodes.gitbook.io/tweetshift/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.
