# Business continuity

### Built-in resilience: Ensuring business continuity

We understand that uninterrupted service is critical for your business. That's why we leverage a Kubernetes managed service to ensure your application remains available despite potential disruptions.

Here's how we achieve high availability:

* **Multiple pods:** Your application is spread across several separate pods or "containers" within our cloud environment. Think of these containers as small, independent workers. If one stops working, the others keep going, which means less chance of your service going down.
* **Load balancing:** Our "traffic manager" intelligently sends visitors to the healthiest container. This ensures that your service remains smooth and uninterrupted, even if some containers are experiencing temporary issues.
* **Highly available Cloud SQL instance:** We leverage Cloud SQL's high availability option, guaranteeing database accessibility in case of a regional outage. This means your data is safe and always accessible, even during a major disruption.

This multi-layered approach provides a strong foundation for business continuity. Even during unexpected events, your application can maintain functionality and minimize disruptions to your operations.


---

# 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.vectice.com/24.4/it-and-security/security/business-continuity.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.
