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

# Get Involved

This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).

[![](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by/4.0/)

[![](https://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/)

## How to contribute

Design systems continue to be a relatively new concept and we should expect the practices around them to remain in flux for years to come. For this reason, Lean Design System was designed as an open and collaborative project from the get-go. I would like to invite everyone to share their own views and experiences by creating new branches or entirely new forks of the methodology. I will do my best to review all submissions (i.e. pull requests) and integrate them into the main repository as quickly as possible.&#x20;

The contents of this documentation are licensed under a Creative Commons Attribution License and can be freely copied, adapted, and distributed. The only credit required is to keep the list of authors and contributors of the source document(s) intact. **New, additional pages however don’t require any attribution.** All pages are written in markdown language and stored in a [Git repository](https://github.com/1corn/leandesignsystem/tree/main), which makes it easy to fork, customize and extend. The diagram below (fig. 1) outlines the structure of the documentation:

![Fig. 1: Repository structure](/files/-MdSyYMD1j4llZQwuiMF)

All figures are stored as SVG files with editable copy within the folder linked [here](https://github.com/1corn/leandesignsystem/tree/main/.gitbook/assets) and may be used as templates for new and improved diagrams. An .ai or .eps source file may be provided at a later point in time or can be requested via an email to: <dan@leandesignsystem.org>.

#### Authors and contributors

D. Kurfess


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.leandesignsystem.org/contribute-1/contribute.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
