# What to expect

Terminal's flexible and interoperable processing engine can handle a wide range of queries and requests. Though during Beta, these capabilities may be limited while development work is being done.

For beginners, we suggest playing around with clear and straightforward prompts such as the examples below:

### **Retrieve wallet balances**

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

### **Check market prices**

<figure><img src="/files/2Uox0q2vuJ7GjkvT2YOP" alt=""><figcaption></figcaption></figure>

### **Get recent news and updates**

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

### **Execute basic swaps**

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

### **Bridge between chains**

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


---

# 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://bitgpt-2.gitbook.io/docs/getting-started/what-to-expect.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.
