# Advanced Usage

- [Batch Operations](https://sugoi.gitbook.io/lanraragi/dev/advanced-usage/batch-tagging.md): Batch Operations allow you to execute a task on your choice on a selection of archives.
- [Categories](https://sugoi.gitbook.io/lanraragi/dev/advanced-usage/categories.md): Organize your archives in dynamic or static categories.
- [Downloading Archives](https://sugoi.gitbook.io/lanraragi/dev/advanced-usage/downloading.md): Download remote URLs directly to LANraragi.
- [Backup and Restore](https://sugoi.gitbook.io/lanraragi/dev/advanced-usage/backup-and-restore.md): You do make backups, right?
- [Using External Readers](https://sugoi.gitbook.io/lanraragi/dev/advanced-usage/external-readers.md)
- [Network Interface Setup](https://sugoi.gitbook.io/lanraragi/dev/advanced-usage/network-interfaces.md)
- [Proxy Setup](https://sugoi.gitbook.io/lanraragi/dev/advanced-usage/proxy-setup.md)
- [Tag Rules](https://sugoi.gitbook.io/lanraragi/dev/advanced-usage/tag-rules.md): Blacklist or rewrite tags the way you want


---

# 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://sugoi.gitbook.io/lanraragi/dev/advanced-usage.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.
