# Example (Custom)

{% hint style="info" %}

#### **Full video walkthrough guide coming soon**

{% endhint %}

#### **Custom AI Agent Development**

* **Goal**: Combine multiple APIs to handle real-world tasks, such as summarizing news articles and emailing them to a mailing list.
* **Key Functions**:
  * `search_internet` to find news.
  * `send_usdc` (custom) that calls an external transaction API
* **Workflow**: Each morning, the agent grabs fresh headlines, summarizes them, and emails a neatly formatted report—no manual input required. Ideal for a small business or project team wanting automated updates.


---

# 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://docs.build.fun/create-an-agent/custom-example.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.
