# Sahamati Certification Framework

> 🎉NEW: Introducing Behavior Driven Development (BDD) based feature files describing test scenarios for all entities using [Gherkin](https://cucumber.io/docs/gherkin/reference/). Check out the [features files here](https://github.com/Sahamati/certification-framework/blob/main/bdd-feature-files/README.md).

## Guidelines

* [General implementation guidelines](https://sahamati.gitbook.io/certification-framework/guidelines/general-guidelines)
* [Standard definitions of Session ID and FI Status states](https://sahamati.gitbook.io/certification-framework/guidelines/session-id-and-fi-status-states)

## Certification Scenarios

* [AA - Sahamati certification Test Scenarios](https://sahamati.gitbook.io/certification-framework/certification-scenarios/aa)
* [FIP - Sahamati certification Test Scenarios](https://sahamati.gitbook.io/certification-framework/certification-scenarios/fip)
* [FIU - Sahamati certification Test Scenarios](https://sahamati.gitbook.io/certification-framework/certification-scenarios/fiu)


---

# 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://sahamati.gitbook.io/certification-framework/readme.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.
