# Getting Started

- [Application](https://docs.flexbase.in/solution-structure/getting-started/application.md)
- [Introduction to Solution](https://docs.flexbase.in/solution-structure/getting-started/application/introduction-to-solution.md)
- [Common Configurations](https://docs.flexbase.in/solution-structure/getting-started/application/common-configurations.md)
- [Default Bus Configuration](https://docs.flexbase.in/solution-structure/getting-started/application/default-bus-configuration.md)
- [EFCore Configuration](https://docs.flexbase.in/solution-structure/getting-started/application/efcore-configuration.md)
- [Idempotency for Subscribers](https://docs.flexbase.in/solution-structure/getting-started/application/idempotency-for-subscribers.md)
- [Features](https://docs.flexbase.in/solution-structure/getting-started/features.md)
- [Understanding Feature](https://docs.flexbase.in/solution-structure/getting-started/features/understanding-feature.md)
- [Use Case](https://docs.flexbase.in/solution-structure/getting-started/features/use-case.md)
- [CRUD](https://docs.flexbase.in/solution-structure/getting-started/features/crud.md)
- [Insert Example](https://docs.flexbase.in/solution-structure/getting-started/features/crud/insert-example.md)
- [Update Example](https://docs.flexbase.in/solution-structure/getting-started/features/crud/update-example.md)
- [Delete Example](https://docs.flexbase.in/solution-structure/getting-started/features/crud/delete-example.md)
- [Soft Delete Example](https://docs.flexbase.in/solution-structure/getting-started/features/crud/soft-delete-example.md)
- [Get By Id Example](https://docs.flexbase.in/solution-structure/getting-started/features/crud/get-by-id-example.md)
- [Get List Example](https://docs.flexbase.in/solution-structure/getting-started/features/crud/get-list-example.md)
- [Get Single Example](https://docs.flexbase.in/solution-structure/getting-started/features/crud/get-single-example.md)
- [Get Paged List Example](https://docs.flexbase.in/solution-structure/getting-started/features/crud/get-paged-list-example.md)
- [REST Services](https://docs.flexbase.in/solution-structure/getting-started/features/rest-services.md)
- [Insert Example](https://docs.flexbase.in/solution-structure/getting-started/features/rest-services/insert-example.md)
- [Update Example](https://docs.flexbase.in/solution-structure/getting-started/features/rest-services/update-example.md)
- [Delete Example](https://docs.flexbase.in/solution-structure/getting-started/features/rest-services/delete-example.md)
- [Soft Delete Example](https://docs.flexbase.in/solution-structure/getting-started/features/rest-services/soft-delete-example.md)
- [Get By Id Example](https://docs.flexbase.in/solution-structure/getting-started/features/rest-services/get-by-id-example.md)
- [Get List Example](https://docs.flexbase.in/solution-structure/getting-started/features/rest-services/get-list-example.md)
- [Get Single Example](https://docs.flexbase.in/solution-structure/getting-started/features/rest-services/get-single-example.md)
- [Get Paged List Example](https://docs.flexbase.in/solution-structure/getting-started/features/rest-services/get-paged-list-example.md)
- [Workflow State Machine](https://docs.flexbase.in/solution-structure/getting-started/workflow-state-machine.md)
- [Unit Testing](https://docs.flexbase.in/solution-structure/getting-started/unit-testing.md)
- [xUnit](https://docs.flexbase.in/solution-structure/getting-started/unit-testing/xunit.md)


---

# 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://docs.flexbase.in/solution-structure/getting-started.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.
