# Whitelisting of IPs

We know that your data is important to you! For that reason, we have also made it easy for you to restrict who can access your database holding your data.

### What is whitelisting?

Whitelisting is a way to restrict from which locations you can access your database (for instance your office, your home, or your VPN).

### Adding a new IP

1. Go to “Databases” on the platform - here you can also see existing rules.<br>

   <figure><img src="/files/JAYBxf5tcszOpkGdm1HL" alt=""><figcaption></figcaption></figure>
2. Click “Whitelist New IP”.<br>

   <figure><img src="/files/mWgH6WXApXLzIzdx0l7F" alt=""><figcaption></figcaption></figure>
3. Add new IP Address - you can easily copy your current IP by clicking on the “Your current IP address” field.<br>

   <figure><img src="/files/j0DPg7Cg0PvE31fzgn8U" alt=""><figcaption></figcaption></figure>
4. Done - you can now access the database from the IP you have entered.

{% hint style="info" %}
Tip: you can also add scopes - for instance, 10.10.10.0/24 which will add all IP addresses between 10.10.10.1-254
{% endhint %}


---

# 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://resources.less.tech/less-tech/advanced-databases-and-security/whitelisting-of-ips.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.
