> For the complete documentation index, see [llms.txt](https://auria.gitbook.io/auria/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://auria.gitbook.io/auria/presentation.md).

# Presentation

### Introduction

The Auria extension is an innovative tool designed to meet users' audio and video recording needs, providing an efficient and secure experience for screen capture and microphone recording. This document presents the main features and benefits of the extension, highlighting its commitment to user privacy.

## Key Features

1. **Microphone Recording**\
   Auria allows users to record audio directly from their microphone, ensuring that all verbal interactions are captured with clarity and precision.
2. **Screen Capture**\
   The extension enables screen capture in various formats, including full-screen recording, a specific window, or a browser tab. This provides flexibility in choosing what should be recorded.
3. **Local Storage**\
   One of Auria’s main differentiators is its ability to save recording files directly to the user’s computer directory. This eliminates the need to host files on external servers, thereby increasing data security and privacy.

## Benefits of Auria

* **Enhanced Privacy**\
  By storing files locally, Auria ensures that user data is not exposed to third parties, promoting a more secure recording environment.
* **Ease of Use**\
  The extension's interface is intuitive, allowing users of different skill levels to use it without difficulties. Installation and configuration are simple, enabling immediate access to its features.
* **Versatility**\
  Auria is suitable for various applications, including tutorial creation, meeting recordings, and educational content production, making it a valuable tool for professionals and students alike.

## Conclusion

The Auria extension is an effective solution for those seeking a recording tool that prioritizes privacy and data security. With its robust features and ease of use, Auria stands out as a preferred choice for users who want to capture audio and video reliably and securely.


---

# 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://auria.gitbook.io/auria/presentation.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.
