# Introduction

Deploy.dev is a server management and application deployment service. It takes the pain and hassle out of deploying servers and can be used to launch your next website and maintain your infrastructure.

### IP Addresses

In order to provision and communicate with your servers, Deploy.dev requires SSH access to them. If you have set up your servers to restrict SSH access using IP allow lists, you must allow the following IP addresses:

* ```
  18.135.155.44
  ```

You can also access the IP addresses via the following URL: <https://console.deploy.dev/ips-v4.txt>. This is particularly useful if you intend on automating your network or firewall infrastructure.

If you are restricting HTTP traffic, your server must also allow incoming and outgoing traffic from `console.deploy.dev`.


---

# 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://support.deploy.dev/getting-started/introduction.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.
