# Threads

Threads are conversations with your Agent. Start a new thread by typing in the prompt bar, or clicking the “New Thread” button. Transactions, queries, and other tasks are initiated by commanding the Agent. While the Agent can natively reason about many topics, many of Agent’s external abilities derive from the API set. The API set is constantly growing.&#x20;

### Tour

If you desire a tour of Agent’s current capabilities, just ask it something like, “Tell me about your abilities.”

### Warning

Currently, there is no transaction confirmation interface. An Agent will immediately execute a transaction if instructed to do so.&#x20;

<br>


---

# 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://agent-wallet.gitbook.io/agent-wallet/system/threads.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.
