# EIGER&#x20;

## EIGER

- [API Integration Document](https://api.stonestepag.com/master.md): Version 4.1 - API Driven Microservices Platform
- [Eiger Token API](https://api.stonestepag.com/eiger-token.md)
- [Sale API](https://api.stonestepag.com/sale-api.md): Web service for create sales request
- [Sale Status Update API](https://api.stonestepag.com/status-update.md): Eiger web service for Sale Status Update
- [Claim Registration API](https://api.stonestepag.com/claim-registration.md): Eiger web service for Register Claim
- [Claim Status Update API](https://api.stonestepag.com/claim-status-update-api.md): Eiger web service for Claim Status Update
- [Customer Registration API](https://api.stonestepag.com/customer-registration-api.md): Eiger web service for Customer Registration Request
- [Customer Verification API](https://api.stonestepag.com/customer-verification-api.md): Eiger web service for Customer Validation Request
- [Lead Registration API](https://api.stonestepag.com/lead-registration-api.md): Eiger web service for Lead Registration Request
- [Coverage Status API](https://api.stonestepag.com/coverage-status-api.md): Eiger web service for customer policy coverage status
- [Plan Subscription API](https://api.stonestepag.com/plan-subscription-api.md): Eiger web service for customer subscribed plans
- [List of Other Useful EIGER APIs](https://api.stonestepag.com/list-of-other-useful-eiger-apis.md): Eiger deployment architecture leverages the Kubernetes and docker architecture, and it’s a self-healing system.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://api.stonestepag.com/master.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.
