> For the complete documentation index, see [llms.txt](https://www.lawfirm-operations.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.lawfirm-operations.org/publications-and-articles/agile-law-firm-workbook/7.-outro-7.1.-recap.md).

# 7. Outro 7.1. Recap

You now have everything that you need to start your first Agile working setup.

If you find it difficult to get started, we suggest asking yourself what the most relevant problems that you are experiencing right now are and building a deep understanding of these issues. Kanban on its own can be a useful tool to help with that, since it can likely make things visible that are not working well.

It’s all about figuring out what you want to change and building around that by picking things that you believe can help in your specific situation and then validating that assumption. After all, Agile is all about assessing and adapting. This is also why we suggest establishing how you want to organise your work and processes before looking at tools. Build the solution that works for you first and then find the right tool to scale it. Not the other way around.

Of course, once you’ve worked through this book, there is much more to discover in the realm of Agile working. As further steps we would suggest taking a closer look at Agile topics like estimation or self-managing teams. There are lots of books and communities out there, so it should be easy to find relevant literature or like-minded people (like, for example, at the Liquid Legal Institute) to discuss with. Of course, you can always get in touch with each of us if you have more questions.


---

# 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://www.lawfirm-operations.org/publications-and-articles/agile-law-firm-workbook/7.-outro-7.1.-recap.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.
