# Introduction

The most important component of a tweet, specially in web3 conversations, is "***context***". When a reply tweet shows up on a user's timeline, it's difficult to grasp its "**full** ***context***" from the first look. Check out this demo:

<figure><img src="/files/n4cKAiN9waY7KYn8IYni" alt=""><figcaption><p>Original Tweet by DigitalBanks.eth is actually a reply tweet</p></figcaption></figure>

For the purpose of this demo, we'll classify this tweet by DigitalBanks.eth as "[***original tweet***](https://twitter.com/ens_goat/status/1634808036429635590)" as it showed up on our timeline.


---

# 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://degenerate-tiger-federation.gitbook.io/dtfcity-docs/what-is-context/introduction.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.
