# Accelerators

- [UI Frameworks](https://docs.digit.org/platform/accelerators/ui-frameworks.md)
- [Service Build Updates](https://docs.digit.org/platform/accelerators/ui-frameworks/service-build-updates.md)
- [Integrations](https://docs.digit.org/platform/accelerators/integrations.md): Explore the DIGIT platform integration capabilities
- [Payment](https://docs.digit.org/platform/accelerators/integrations/payment.md)
- [Notification](https://docs.digit.org/platform/accelerators/integrations/notification.md)
- [Transaction](https://docs.digit.org/platform/accelerators/integrations/transaction.md)
- [Verification](https://docs.digit.org/platform/accelerators/integrations/verification.md)
- [View](https://docs.digit.org/platform/accelerators/integrations/view.md)
- [Calculation](https://docs.digit.org/platform/accelerators/integrations/calculation.md)
- [Web Analytics Tools](https://docs.digit.org/platform/accelerators/integrations/web-analytics-tools.md)
- [Google Analytics 4 & Google Tag Manager Installation Guide & Looker Studio](https://docs.digit.org/platform/accelerators/integrations/web-analytics-tools/google-analytics-4-and-google-tag-manager-installation-guide-and-looker-studio.md)
- [Concepts](https://docs.digit.org/platform/accelerators/concepts.md)
- [Deployment - Key Concepts](https://docs.digit.org/platform/accelerators/concepts/deployment-key-concepts.md): This section contains a list of documents elaborating on the key concepts aiding the deployment of the DIGIT platform
- [Security Practices](https://docs.digit.org/platform/accelerators/concepts/deployment-key-concepts/security-practices.md): DIGIT being a container-based platform and orchestrated on Kubernetes, this page discusses some key security practices to protect the infrastructure
- [Readiness & Liveness](https://docs.digit.org/platform/accelerators/concepts/deployment-key-concepts/readiness-and-liveness.md): Overview of various probes that we can setup to ensure the service deployment and the availability of the service is ensured automatically.
- [Resource Requests & Limits](https://docs.digit.org/platform/accelerators/concepts/deployment-key-concepts/resource-requests-and-limits.md): “Resource Request” and a “Resource Limit” when defining how many resources a container within a pod should receive
- [Deploying DIGIT Services](https://docs.digit.org/platform/accelerators/concepts/deployment-key-concepts/deploying-digit-services.md)
- [Deployment Architecture](https://docs.digit.org/platform/accelerators/concepts/deployment-key-concepts/deployment-architecture.md)
- [Routing Traffic](https://docs.digit.org/platform/accelerators/concepts/deployment-key-concepts/routing-traffic.md)
- [Backbone Deployment](https://docs.digit.org/platform/accelerators/concepts/deployment-key-concepts/backbone-deployment.md)
- [Sandbox](https://docs.digit.org/platform/accelerators/sandbox.md)
- [Checklists](https://docs.digit.org/platform/accelerators/checklists.md)
- [API Checklist](https://docs.digit.org/platform/accelerators/checklists/api-checklist.md)
- [Security Checklist](https://docs.digit.org/platform/accelerators/checklists/security-checklist.md): Application security checklist by various functions
- [Security Guidelines Handbook](https://docs.digit.org/platform/accelerators/checklists/security-checklist/security-guidelines-handbook.md)
- [Security Flow - Exemplar](https://docs.digit.org/platform/accelerators/checklists/security-checklist/security-flow-exemplar.md)
- [Performance Checklist](https://docs.digit.org/platform/accelerators/checklists/performance-checklist.md): Checklist for a better web application performance
- [Deployment Checklist](https://docs.digit.org/platform/accelerators/checklists/deployment-checklist.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.digit.org/platform/accelerators.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.
