# Using the Library

- [Getting Started](https://result.leakyabstractions.com/docs/start.md): How to get up and running with Results in no time
- [Adding Result to Your Build](https://result.leakyabstractions.com/docs/start/adding-dependency.md): How to add Result as a dependency to your build
- [Creating Results](https://result.leakyabstractions.com/docs/start/creating-results.md): How to instantiate new Result objects
- [Basic Usage](https://result.leakyabstractions.com/docs/basic.md): How to solve simple use-case scenarios
- [Checking Success or Failure](https://result.leakyabstractions.com/docs/basic/checking.md): How to find out if the operation succeded or failed
- [Unwrapping Values](https://result.leakyabstractions.com/docs/basic/unwrapping.md): How to get values out of Result objects
- [Conditional Actions](https://result.leakyabstractions.com/docs/basic/conditional.md): How to handle success and failure scenarios
- [Advanced Usage](https://result.leakyabstractions.com/docs/advanced.md): How to take Result objects to the next level
- [Screening Results](https://result.leakyabstractions.com/docs/advanced/screening.md): How to reject success values and accept failure values
- [Transforming Results](https://result.leakyabstractions.com/docs/advanced/transforming.md): How to transform values wrapped inside Results
- [Recap](https://result.leakyabstractions.com/docs/recap.md): Level up and lessons learned


---

# Agent Instructions: 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://result.leakyabstractions.com/docs.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.
