> For the complete documentation index, see [llms.txt](https://finch-1.gitbook.io/version0.0.1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://finch-1.gitbook.io/version0.0.1/examples.md).

# Examples

- [Traveling Salesman Problem](https://finch-1.gitbook.io/version0.0.1/examples/traveling-salesman-problem.md): Comprehensive Guide: Solving the Traveling Salesman Problem with Finch
- [Backpack Problem](https://finch-1.gitbook.io/version0.0.1/examples/backpack-problem.md): This example demonstrates how to use the Finch library to solve the classic backpack problem using genetic algorithms. We'll break down the code and explain each part
- [Evolve Strings](https://finch-1.gitbook.io/version0.0.1/examples/evolve-strings.md): This example demonstrates how to use the Finch library to evolve a target string using genetic algorithms. We'll break down the code and explain each part.
- [Game of Life](https://finch-1.gitbook.io/version0.0.1/examples/game-of-life.md): This example demonstrates how to use the Finch 3.5 library to evolve initial configurations for Conway's Game of Life that produce a high number of live cells in the next generation.


---

# 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:

```
GET https://finch-1.gitbook.io/version0.0.1/examples.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.
