> 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/subscribe-to-swimtech.md).

# 💳 Subscribe to SwimTech

Learn how to subscribe to SwimTech online, create your company account, choose a plan, and get ready to sign in to the SwimTech app.

## Before You Begin

New SwimTech subscriptions are created through the SwimTech website, not from within the mobile app.

During signup, you will create your login, enter your company information, select a subscription plan, and complete checkout. After signup is complete, use the same email address and password to sign in to the SwimTech app.

> **Already have a SwimTech account?** You do not need to subscribe again. Go directly to [Sign In](https://portal.getswimtech.com/login).

## 1. Get Started

Visit the [SwimTech website](https://www.getswimtech.com/) and select **Get Started** to begin creating your account.

<figure><img src="https://2876623981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsEmQhOZ30nnre1qUePdz%2Fuploads%2Fk4CheIbigWuyCVwDweTy%2FSwimTech%20Web%20GetStarted%20and%20Signin.png?alt=media&#x26;token=d3cab031-42cb-43d2-aefa-3f0df87ce3cf" alt="SwimTech website showing Get Started and Sign In" width="375"><figcaption><p>Choose Get Started to create a new SwimTech account.</p></figcaption></figure>

## 2. Create Your Account

Enter the information requested on the **Create Your Account** screen:

* **Email Address** — Enter the email address you want to use to sign in to SwimTech.
* **First Name** — Enter your first name.
* **Last Name** — Enter your last name.
* **Password** — Create a password that meets the requirements shown on the screen.
* **Confirm Password** — Enter the same password again.

Before continuing, verify that your email address is correct. This email address will identify your SwimTech account and will be used when signing in.

<figure><img src="https://2876623981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsEmQhOZ30nnre1qUePdz%2Fuploads%2FWmVYQexPTJ3oVd1efH23%2FSwimTech%20Web%20Create%20Your%20Account.png?alt=media&#x26;token=46826c97-dec2-4f3d-9fbf-2a402e28e731" alt="SwimTech Create Your Account screen" width="375"><figcaption><p>Enter your account information and create your SwimTech password.</p></figcaption></figure>

## 3. Complete Your Company Profile

After creating your account, enter the requested information about your pool service business.

Provide the company information displayed on the signup form, including:

* **Company Name** — The name of your business.
* **Street Address** — Your company's street address.
* **Suite/Unit** — Suite or unit number, if applicable.
* **City** — The city where your company is located.
* **State** — Your state.
* **ZIP Code** — Your company's ZIP code.
* **Phone Number** — Your company's primary phone number.

Review the information for accuracy and continue to plan selection.

> **Tip:** Enter your company information as you want it associated with your SwimTech account. You can configure additional company settings after signing in.

## 4. Choose Your Plan

Review the available SwimTech subscription plans and select the plan that best fits your business.

The plan-selection screen shows the current subscription options, pricing, and included features. Select the desired plan to continue.

> **Founding Member Offer — 14-Day Free Trial:** The SwimTech Founding Member offer includes a **14-day free trial**. You can create your account, download the app, and begin using SwimTech during the trial period before your subscription charge begins.

> **Plan availability and pricing:** Subscription plans, prices, trial offers, and included features may change. The options displayed during signup are the current offers available to you.

<figure><img src="https://2876623981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsEmQhOZ30nnre1qUePdz%2Fuploads%2FgoCDHrlB6PacxdqhctVI%2FSwimTech%20Web%20Choose%20Your%20Plan.png?alt=media&#x26;token=48eb7fa9-33f4-4078-96b7-cc11d92597a8" alt="SwimTech Choose Your Plan screen"><figcaption><p>Review the available plans and select the subscription that fits your business.</p></figcaption></figure>

## 5. Complete Checkout

Review your selected subscription and the information displayed on the checkout screen.

If you select the **Founding Member offer**, your subscription includes a **14-day free trial**. Complete the requested checkout information to begin your trial. The checkout screen will show the terms of the offer and when your subscription charge will begin.

Enter the requested payment information and follow the on-screen instructions to complete signup.

<figure><img src="https://2876623981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsEmQhOZ30nnre1qUePdz%2Fuploads%2FRxMJDAU88H5sY3fzmUFH%2FSwimTech%20Web%20Complete%20Your%20Purchase.png?alt=media&#x26;token=5d8b2903-4642-4c24-a06f-9883212b1f46" alt="SwimTech checkout screen"><figcaption><p>Review your subscription and complete the requested checkout information.</p></figcaption></figure>

> **Keep your payment information secure:** Enter payment information only through the SwimTech checkout form. Never send your full card number, security code, or other sensitive payment information through email, text, chat, or screenshots.

## 6. Your SwimTech Account Is Ready

After signup is successfully completed, your SwimTech account is ready to use.

Use the **email address and password you created during signup** to sign in to the SwimTech app. From there, you can begin configuring SwimTech for your company.

## What's Next?

Continue to Signing In to learn how to access your SwimTech account from the app.


---

# 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/subscribe-to-swimtech.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.
