> For the complete documentation index, see [llms.txt](https://docs.volven.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.volven.io/getting-started/security.md).

# Security

## Multi-Factor Authentication

We recommend using 2FA as this adds another layer of security to your account. MFA requires more than one kind of credential to sign into an account - such as requiring both a password and a one-time code generated by the app.&#x20;

You can enable MFA for your account [here.](https://volven.io/my-account/#security)

***

## IP Whitelisting

Please make sure that your API Keys make use of IP Restrictions limited to the Volven IPs.

### Volven IPs

```
54.150.136.230
3.115.44.38
52.193.136.158
52.194.199.49
```


---

# 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:

```
GET https://docs.volven.io/getting-started/security.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.
