# INSTL

## INSTL

- [Welcome](https://docs.instl.sh/readme.md): Instl - A zero setup installer for your GitHub projects
- [Getting Started](https://docs.instl.sh/usage/getting-started.md): Getting started with the GitHub project installer - INSTL
- [Supported Project Structure](https://docs.instl.sh/usage/supported-project-structure.md)
- [Verbose Output](https://docs.instl.sh/usage/verbose-output.md): Useful for debugging, or if you just like to see what is going on
- [Installation Count](https://docs.instl.sh/badges/installation-count.md): Installation count badge
- [Installation Statistics](https://docs.instl.sh/statistics/installation-statistics.md): Get installation statistics about your projects
- [Installation Statistics](https://docs.instl.sh/api/stats.md): Statistics API of instl
- [Shields.io Badge](https://docs.instl.sh/api/shields.io-badge.md): Badge API for shields.io support
- [Writing Code](https://docs.instl.sh/contributing/writing-code.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.instl.sh/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.
