> For the complete documentation index, see [llms.txt](https://docs.devin.fm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devin.fm/guides/servers/change-development-server.md).

# Change Development Server

Changing the development server will defer depending on the version off Devin App you're using. In Devin App 1.2, you can now add multiple development servers for your account, letting you choose between them at login.&#x20;

## In Devin App 1.1

1. In the App, go to Settings -> Servers
2. Select the Development Server from the list
3. Modify the URL to the new Development Server
4. Exit the URL field and click the blue "Change" button that appears in the URL field
5. Restart FileMaker Pro

## In Devin App 1.2

1. Logout of the App by going to Settings -> Profile -> Logout
2. Restart FileMaker Pro
3. Login, and choose a development server (or create a new one)

{% hint style="warning" %}
Note that restarting FileMaker Pro after modifying the Development Server's URL/logging out is required in order to shift to another development server. This is due to limitations in how FileMaker Pro connects to External Data Sources.&#x20;
{% endhint %}


---

# 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.devin.fm/guides/servers/change-development-server.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.
