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

# Getting Started

Wherever you are in your journey as an open source practitioner, it is always useful to understand and pay attention to the basics. These basics include some of the types of *common knowledge* that "everyone knows in the community", yet no one is sure how they learned it, and it's not always written down. The chapters in this section are good places to start for practioners of all levels.

This section contains chapters that:

* Introduce some core concepts around open source communities.
* Outline steps you might take in starting an open source project.
* Define key terms and words you will encounter throughout this guidebook.

This section is useful for you if:

* You are unsure where to start.
* You want to read an overview of the steps of starting a new open source project.
* You want to see what steps to take for growing strong community.
* You are looking for the definition or more meaning about a term or word you encounter in this guidebook or in the open source world in general.
* You like to read things from the beginning.


---

# 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://guidebook.theopensourceway.org/getting-started.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.
