> For the complete documentation index, see [llms.txt](https://developer.sahamati.org.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.sahamati.org.in/no-longer-relevent.md).

# No Longer Relevent

- [BuildAAthon 2024](https://developer.sahamati.org.in/no-longer-relevent/buildaathon-2024.md)
- [Participant Onboarding](https://developer.sahamati.org.in/no-longer-relevent/buildaathon-2024/participant-onboarding.md): This page is no longer relevant.
- [SahamatiNet - Services](https://developer.sahamati.org.in/no-longer-relevent/buildaathon-2024/sahamatinet-services.md): This page is no longer relevant.
- [Network - Scenarios](https://developer.sahamati.org.in/no-longer-relevent/buildaathon-2024/network-scenarios.md): This page is no longer relevant.
- [Account Discovery & Linking](https://developer.sahamati.org.in/no-longer-relevent/buildaathon-2024/network-scenarios/account-discovery-and-linking.md): This page is no longer relevant.
- [Consent Workflow](https://developer.sahamati.org.in/no-longer-relevent/buildaathon-2024/network-scenarios/consent-workflow.md): This page is no longer relevant.
- [FI Request Workflow](https://developer.sahamati.org.in/no-longer-relevent/buildaathon-2024/network-scenarios/fi-request-workflow.md): This page is no longer relevant.
- [SahamatiNet](https://developer.sahamati.org.in/no-longer-relevent/sahamatinet.md)
- [Router](https://developer.sahamati.org.in/no-longer-relevent/sahamatinet/router.md)
- [Fair Use Compliance](https://developer.sahamati.org.in/no-longer-relevent/sahamatinet/fair-use-compliance.md)
- [Network Observability](https://developer.sahamati.org.in/no-longer-relevent/sahamatinet/network-observability.md)
- [Telemetry](https://developer.sahamati.org.in/no-longer-relevent/sahamatinet/network-observability/telemetry.md)
- [Observability Services](https://developer.sahamati.org.in/no-longer-relevent/sahamatinet/network-observability/observability-services.md)
- [Data Governance](https://developer.sahamati.org.in/no-longer-relevent/sahamatinet/network-observability/data-governance.md)
- [Technical Specifications](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications.md): This page is no longer relevant.
- [Router API Specs](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/router-api-specs.md): This page is no longer relevant.
- [APIs Integration](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/router-api-specs/apis-integration.md): This page is no longer relevant.
- [Open API Specification](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/router-api-specs/open-api-specification.md)
- [AA API Specification](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/router-api-specs/open-api-specification/aa-api-specification.md)
- [FIP API Specification](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/router-api-specs/open-api-specification/fip-api-specification.md)
- [FIU API Specification](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/router-api-specs/open-api-specification/fiu-api-specification.md)
- [Integration using Simulator](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/router-api-specs/integration-using-simulator.md)
- [Customisation of Mock Entity and Responses](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/router-api-specs/integration-using-simulator/customisation-of-mock-entity-and-responses.md)
- [Custom Responses Usage](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/router-api-specs/integration-using-simulator/custom-responses-usage.md)
- [Fair Use Specs](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/fair-use-specs.md): Draft Proposal - Withdrawn
- [Network Telemetry Specs](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/network-telemetry-specs.md): This page is no longer relevant.
- [Identity & Access Management](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/identity-and-access-management.md): This page is no longer relevant.
- [Central Registry](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/central-registry.md)
- [Deactivation - v1 endpoint of member](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/central-registry/deactivation-v1-endpoint-of-member.md)
- [Environment - Configurations](https://developer.sahamati.org.in/no-longer-relevent/technical-specifications/environment-configurations.md): This page is no longer relevant.
- [Page 1](https://developer.sahamati.org.in/no-longer-relevent/page-1.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, and the optional `goal` query parameter:

```
GET https://developer.sahamati.org.in/no-longer-relevent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
