# Password generation

AnuBitux includes a cool [password generation tool](https://github.com/ASeriousMister/passgen.py). It can be started from the menu with the proper launcher or simply typing `password` in the terminal. It will provide a little pop up as the following.

<figure><img src="/files/UamZfXmwHSKq9czuceJk" alt=""><figcaption></figcaption></figure>

Clicking on the `Copy to Clipboard` button it will automatically allow the user to paste the generated password. When clicking on the `Close X` button, the pop up window is closed and the clipboard is emptied. The generated password is not stored anywhere and cannot be recovered. The user is responsible for storing it in a proper way.


---

# 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://anubitux-project.gitbook.io/the-anubitux-documentation/features/password-generation.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.
