(how-to)=

# How-to Guides

Use these guides when you already know the basic bootstrap path and need to
adapt it to a specific task.

::::{grid} 1 1 2 2
:gutter: 2

:::{grid-item-card} Use a Custom Database
:link: custom-database
:link-type: doc
Point unihan-db at a project-owned SQLite file.
:::

:::{grid-item-card} Bootstrap from a Local Archive
:link: offline-bootstrap
:link-type: doc
Load UNIHAN data from a local archive for tests or offline runs.
:::

:::{grid-item-card} Query Local Rows
:link: query-related-tables
:link-type: doc
Create rows, query them, and turn ORM objects into dictionaries.
:::

::::

```{toctree}
:hidden:

custom-database
offline-bootstrap
query-related-tables
```
