> For the complete documentation index, see [llms.txt](https://0xreisearch.gitbook.io/0xreisearch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0xreisearch.gitbook.io/0xreisearch/factory-and-core-api-sdk-cross-framework/additional-capability-provided-and-custom.md).

# Additional Capability (Provided & Custom)

With the Factory we want to open the access to more intelligent and more capable Agents - we call them Reigents.

Every Reigent, by default, is powered by Core as an intelligence layer and has added default tools.

At the moment you can add you personal tools integrating them in your code (following the Function Calling standard), but we are working on giving access to everyone to deploy their added tools directly to the Reigents.

### Default Aspects

{% content-ref url="/pages/pEUYIKfXoRescxTNYrHw" %}
[Research](/0xreisearch/factory-and-core-api-sdk-cross-framework/additional-capability-provided-and-custom/research.md)
{% endcontent-ref %}

{% content-ref url="/pages/6qMURSKTDX1KeAFIvyy7" %}
[DeFi (Current Level : 1)](/0xreisearch/factory-and-core-api-sdk-cross-framework/additional-capability-provided-and-custom/defi-current-level-1.md)
{% endcontent-ref %}

### Default Tools

Checked ones are already integrated in production, unchecked one are in testing phase, you are also free to add your own custom tools on top the ones we provide as core is an intelligence layer that is **compatible with a wide variety of tools as well as any framework.**

* [x] Market analysis
* [x] Image generation
* [ ] MCP integration
* [ ] Browser use
* [ ] Social media integration
* [ ] Factory Tooling

### Custom Tools

{% content-ref url="/pages/Emqgiqmz6fkfyq4l8mDJ" %}
[Custom Tools](/0xreisearch/factory-and-core-api-sdk-cross-framework/additional-capability-provided-and-custom/custom-tools.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://0xreisearch.gitbook.io/0xreisearch/factory-and-core-api-sdk-cross-framework/additional-capability-provided-and-custom.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
