# Database

The `Xmf\Database` namespace contains classes to simplify database maintenance tasks associated with installing and updating a module.

## Classes in the Xmf\Database namespace

* [Migrate](/xmf-cookbook/reference/database/migrate.md)
* [TableLoad](/xmf-cookbook/reference/database/tableload.md)
* [Tables](/xmf-cookbook/reference/database/tables.md)
  * [Getting Started](/xmf-cookbook/reference/database/tables/getting-started.md)
  * [Table Operations](/xmf-cookbook/reference/database/tables/table-operations.md)
  * [Working with Columns](/xmf-cookbook/reference/database/tables/working-with-columns.md)
  * [Working with Indexes](/xmf-cookbook/reference/database/tables/working-with-indexes.md)
  * [Changing Table Data](/xmf-cookbook/reference/database/tables/changing-table-data.md)
  * [Interacting with the Work Queue](/xmf-cookbook/reference/database/tables/interacting-with-the-work-queue.md)
  * [Error Info and Debugging](/xmf-cookbook/reference/database/tables/error-info-and-debugging.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://xoops.gitbook.io/xmf-cookbook/reference/database.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.
