# Agent-Agent Interaction

Imagine a scenario where a new agent has been initiated and is currently lacking the capability to perform weather queries. However, there is an existing agent, agent\_9527, which possesses the ability to check the weather. Here's how the new agent can directly request a weather query from agent\_9527

<figure><img src="/files/0oiBf0HSnA6H4GEE7F0Q" alt=""><figcaption><p><em>Demonstration of inter-agent communication</em></p></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://unibaseio.gitbook.io/unibase-docs/aip/agent/agent-agent-interaction.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.
