# General Dev

- [Linux](https://docs.eridian.xyz/general-dev/linux-software.md): Notes on how to install and maintain Linux Ubuntu.
- [Linux Glossary](https://docs.eridian.xyz/general-dev/linux-software/linux-glossary.md)
- [Linux Commands](https://docs.eridian.xyz/general-dev/linux-software/linux-commands.md)
- [Installation](https://docs.eridian.xyz/general-dev/linux-software/installation.md): Linux software installation guide, starting with a new machine through to the point of installing the validator clients.
- [Maintenance](https://docs.eridian.xyz/general-dev/linux-software/maintenance.md): Notes on how to maintain and update a Linux system.
- [Ubuntu Desktop](https://docs.eridian.xyz/general-dev/linux-software/ubuntu-desktop.md)
- [ZeroTier](https://docs.eridian.xyz/general-dev/linux-software/zerotier.md)
- [TMUX](https://docs.eridian.xyz/general-dev/linux-software/tmux.md)
- [Bluetooth](https://docs.eridian.xyz/general-dev/linux-software/bluetooth.md)
- [Git Notes](https://docs.eridian.xyz/general-dev/git-notes.md)
- [Repos](https://docs.eridian.xyz/general-dev/git-notes/repos.md)
- [Committing changes](https://docs.eridian.xyz/general-dev/git-notes/committing-changes.md)
- [Branches](https://docs.eridian.xyz/general-dev/git-notes/branches.md)
- [Merging & Rebasing](https://docs.eridian.xyz/general-dev/git-notes/merging-and-rebasing.md)
- [PRs](https://docs.eridian.xyz/general-dev/git-notes/prs.md)


---

# 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://docs.eridian.xyz/general-dev.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.
