> For the complete documentation index, see [llms.txt](https://htms-docs.fsh.plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://htms-docs.fsh.plus/main/config.md).

# Config

To config htms add a htms tag

```html
<htms>
  Settings
</htms>
```

Each line is a command, lines that start with // will be omitted.

Go to the command category for each option

### Example

```html
<htms>
  import "sample" from "/samples.htms"
  inject "Element" with "sample"
</htms>
```
