# Getting started

- [Installation](https://docs.typeset.sh/setup/installation.md): Learn how to install and render your first HTML content.
- [Using typeset.sh](https://docs.typeset.sh/setup/using-typeset.sh.md): Before rendering your first page, take a moment to familiarize yourself with some basic usage concepts.
- [First template](https://docs.typeset.sh/setup/first-template.md): All layout configurations are done using CSS.
- [CSS and paged media](https://docs.typeset.sh/setup/css-and-paged-media.md): CSS can do more than styling websites!
- [Page counters](https://docs.typeset.sh/setup/css-and-paged-media/page-counters.md)
- [Page selectors](https://docs.typeset.sh/setup/css-and-paged-media/page-selectors.md)
- [Page groups](https://docs.typeset.sh/setup/css-and-paged-media/page-groups.md)
- [Running elements](https://docs.typeset.sh/setup/css-and-paged-media/running-elements.md): Create custom header and footer for your pages.
- [Bleed area](https://docs.typeset.sh/setup/css-and-paged-media/bleed-area.md)
- [Convert from URL](https://docs.typeset.sh/setup/convert-from-url.md)
- [Document Metadata](https://docs.typeset.sh/setup/document-metadata.md)
- [Changelog](https://docs.typeset.sh/setup/changelog.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.typeset.sh/setup.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.
