> For the complete documentation index, see [llms.txt](https://docs.brahma.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brahma.fi/brahma-accounts/brahma-pro/in-app-features.md).

# In-App Features

Brahma enhances user experience by integrating essential crypto transactions directly within the platform, in the most secure and efficient way. Here's how you can leverage Brahma account's in-app features:

* **Swapping**: Access multiple routes and providers for optimal trading conditions.
* **Lending**: Engage with various protocols to earn interest on your crypto assets.
* **Bridging**: Seamlessly transfer assets across different blockchains.
* **Strategies**: Set and manage advanced investment strategies directly within the app.

These integrated actions provide quick access to common features without the need to connect to external app frontends, increasing security and convenience.

Users can also select their preferred providers for swapping and bridging, further customizing their experience.

All these actions can be batched into a single transaction, allowing operations like multi-swapping or simultaneous lending and swapping to be executed efficiently and cost-effectively. This feature not only simplifies the transaction process but also reduces the associated gas costs.


---

# 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://docs.brahma.fi/brahma-accounts/brahma-pro/in-app-features.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.
