# First-time Setup

### Logging in and changing the default password

1. Navigate to the Connector Service Admin Interface. If you forgot its URL, you can open the installer and select "Uninstall" on the Select Operation page. In the list of installed connectors, right-click the desired service and select "Open Admin Interface".\
   ![](/files/5nMypeJhF3wr4KzKTSAX)
2. ![](/files/VerXN7VYDFxReJYgP2u3)\
   \&#xNAN;*Click Login*
3. After a new install, the default username and password are **admin / admin**. This should be changed to a more secure credential as soon as possible. Go ahead and do this first.

### Adding a configuration

Connector Configurations will appear in Flow Studio as separate connectors. To create a configuration:

1. Navigate to the Configuration menu item on the left-hand menu
2. Select "Create New"
3. Fill in the required values.
4. Save

### Flow Servers

In order for the newly installed connector to appear in Flow Studio, it must be registered to the Flow Server with a Machine User account.

1. Navigate to the Flow Servers menu item in the left-hand menu
2. Click the "Add Flow server" menu item
3. Enter the flow server address, i.e: *<https://www.myflowserver.com/flow.server>*
4. Enter the credentials for a Flow User with the Machine user type and *AdministerBasicData* Access Level
5. Click Save


---

# 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://help.novacuraflow.com/connectors/installation/first-time-setup.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.
