> For the complete documentation index, see [llms.txt](https://results.agilexr.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://results.agilexr.eu/1-guide-agile-teamwork-in-web-based-learning/chapter-1-agile-in-software/1.1-values-in-agile-software-development.md).

# 1.1 Values in Agile Software Development

Values lie at the heart of [Agile software development](https://Agilemanifesto.org/), guiding the principles and practices that enable teams to deliver high-quality, customer-centric solutions efficiently. In this context, let's delve into the core values that underpin the Agile approach and their impact on the software development process.

<figure><img src="/files/INnNtK1NlPZY3sASNdy2" alt=""><figcaption><p>Manifesto for Agile Software Development</p></figcaption></figure>

Authors:

<table data-header-hidden><thead><tr><th width="40"></th><th></th><th></th><th></th></tr></thead><tbody><tr><td><br></td><td>Kent Beck<br>Mike Beedle<br>Arie van Bennekum<br>Alistair Cockburn<br>Ward Cunningham<br>Martin Fowler</td><td>James Grenning<br>Jim Highsmith<br>Andrew Hunt<br>Ron Jeffries<br>Jon Kern<br>Brian Marick</td><td>Robert C. Martin<br>Steve Mellor<br>Ken Schwaber<br>Jeff Sutherland<br>Dave Thomas</td></tr></tbody></table>

© 2001, the above authors\
this declaration may be freely copied in any form,\
but only in its entirety through this notice.

<br>


---

# 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://results.agilexr.eu/1-guide-agile-teamwork-in-web-based-learning/chapter-1-agile-in-software/1.1-values-in-agile-software-development.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.
