# 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="additional-capability-provided-and-custom/research" %}
[research](https://0xreisearch.gitbook.io/0xreisearch/factory-and-core-api-sdk-cross-framework/additional-capability-provided-and-custom/research)
{% endcontent-ref %}

{% content-ref url="additional-capability-provided-and-custom/defi-current-level-1" %}
[defi-current-level-1](https://0xreisearch.gitbook.io/0xreisearch/factory-and-core-api-sdk-cross-framework/additional-capability-provided-and-custom/defi-current-level-1)
{% 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="additional-capability-provided-and-custom/custom-tools" %}
[custom-tools](https://0xreisearch.gitbook.io/0xreisearch/factory-and-core-api-sdk-cross-framework/additional-capability-provided-and-custom/custom-tools)
{% endcontent-ref %}


---

# 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://0xreisearch.gitbook.io/0xreisearch/factory-and-core-api-sdk-cross-framework/additional-capability-provided-and-custom.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.
