> For the complete documentation index, see [llms.txt](https://docs.insightarchitectures.com/unit-testing-csharp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture.md).

# AutoFixture

- [Quick glance at AutoFixture](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/quick-glance-at-autofixture.md)
- [Fixture](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/fixture.md)
- [Create and Build](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/create-and-build.md)
- [Type customization](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/type-customization.md)
- [Data annotations](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/data-annotations.md)
- [Default configurations](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/default-configurations.md)
- [Building custom types](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/building-custom-types.md)
- [Relays](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/relays.md)
- [Tricks](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/tricks.md)
- [Idioms](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/idioms.md)
- [Integration with NUnit](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/nunit-glue-library.md)
- [Integration with Moq](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/moq-glue-library.md)
- [Combining AutoFixture with NUnit and Moq](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/combining-autofixture-with-nunit-and-moq.md)
- [Extending AutoFixture](https://docs.insightarchitectures.com/unit-testing-csharp/autofixture/extending-autofixture.md)


---

# 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://docs.insightarchitectures.com/unit-testing-csharp/autofixture.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.
