# GitLanding

## v2

- [Getting started!](https://docs.gitlanding.dev/readme.md)
- [Favicon and Meta Tags](https://docs.gitlanding.dev/favicon-and-meta-tags.md)
- [Custom domain name](https://docs.gitlanding.dev/using-a-custom-domain-name.md)

## v1

- [Getting started!](https://docs.gitlanding.dev/v1/readme.md)
- [Customising pages](https://docs.gitlanding.dev/v1/customising-pages.md): Create your landing page with Gitlanding
- [Adding more pages](https://docs.gitlanding.dev/v1/adding-more-pages.md)
- [Custom fonts](https://docs.gitlanding.dev/v1/custom-fonts.md)
- [Theme customization](https://docs.gitlanding.dev/v1/customization.md): Changing the look and feel of your landingpage.
- [Restyling components](https://docs.gitlanding.dev/v1/restyling-components.md)
- [Favicon and Meta Tags](https://docs.gitlanding.dev/v1/favicon-and-meta-tags.md)
- [Custom domain name](https://docs.gitlanding.dev/v1/using-a-custom-domain-name.md)

## v0

- [Getting started!](https://docs.gitlanding.dev/v0/readme.md)
- [Filling up your page](https://docs.gitlanding.dev/v0/creating-a-page.md): Create your landing page with Gitlanding
- [Custom domain name](https://docs.gitlanding.dev/v0/using-a-custom-domain-name.md)
- [Favicon and Meta Tags](https://docs.gitlanding.dev/v0/favicon-and-meta-tags.md)
- [Custom fonts](https://docs.gitlanding.dev/v0/custom-fonts.md)
- [Adding more pages](https://docs.gitlanding.dev/v0/adding-more-pages.md)
- [Theme customization](https://docs.gitlanding.dev/v0/customization.md): Changing the look and feel of your landingpage.
- [Restyling components](https://docs.gitlanding.dev/v0/restyling-components.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.gitlanding.dev/readme.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.
