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

# Signing In

Learn how to sign in to the SwimTech app using the account you created during online signup.

## Before You Begin

SwimTech subscriptions and new account creation are completed through the SwimTech website. Once your account has been created, use those same credentials to sign in to the SwimTech app.

Before signing in, make sure you have:

* The **email address** used when you created your SwimTech account.
* Your **SwimTech password**.
* An internet connection for the initial sign-in.

> **Need a SwimTech account?** If you have not subscribed yet, begin with Subscribe to SwimTech.

## 1. Open SwimTech

Open the SwimTech application on your device. The **Welcome to SwimTech** sign-in screen will appear.

<figure><img src="https://2876623981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsEmQhOZ30nnre1qUePdz%2Fuploads%2FDGBLm0izJAe2zmLwXcNf%2FSwimTech%20Login%20UI.jpeg?alt=media&#x26;token=4d0b505b-78ba-4edb-85e7-92c56197655c" alt="SwimTech Welcome screen with email address, password, and Sign in controls" width="188"><figcaption><p>Use the Welcome to SwimTech screen to sign in to your account.</p></figcaption></figure>

## 2. Enter Your Email Address

In the **Email Address** field, enter the email address you used when you subscribed to SwimTech.

Make sure the address is entered correctly and does not contain extra spaces.

## 3. Enter Your Password

Enter your SwimTech password in the **Password** field.

Your password is hidden as you type. Select the **eye icon** on the right side of the Password field to temporarily show or hide the password.

> **Security tip:** Avoid displaying your password when other people can see your screen.

## 4. Sign In

Select **Sign in**.

SwimTech will verify your credentials and open your company account. Once signed in, you can begin working with your company information and configuring SwimTech for your business.

## Having Trouble Signing In?

If SwimTech does not accept your credentials:

* Verify that you entered the same email address used to create your SwimTech account.
* Check your password carefully.
* Make sure there are no accidental spaces before or after your email address.
* Verify that your device has an internet connection and try again.
* If you still cannot access your account, contact your SwimTech administrator or SwimTech Support.

## Keep Your Account Secure

Your SwimTech account may provide access to customer, company, scheduling, billing, and service information. Protect your account credentials.

* Never share your password with another user.
* Each team member should use their own SwimTech user account.
* Do not send passwords through email, text messages, chat, or other unsecured communications.
* Sign in only through the official SwimTech application or SwimTech website.

## What's Next?

Continue to Initial Company Setup to configure SwimTech for your business.

You can also review Navigating SwimTech to become familiar with the application's main navigation and Home & Dashboard to learn about the Home screen and Quick Actions.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.getswimtech.com/documentation/getting-started/signing-in.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
