> 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/importing-your-data.md).

# Importing Your Data

Let the SwimTech team help import your existing business data so you can get started quickly without spending hours manually reentering information.

**Getting started with SwimTech should not mean spending hours reentering the business information you already have.**

The SwimTech team can help **import your existing data into SwimTech**, allowing you to begin with familiar customer and business information already available in your new system.

> **Our goal is to get you using SwimTech—not make you spend your first days entering data you already have.**

## We'll Help Move Your Data

If you have existing business data that needs to be brought into SwimTech, our team will work with you to understand the information you currently have and help import it into SwimTech.

This can significantly reduce the amount of manual data entry required when moving from another system or from existing business records.

Rather than asking you to recreate everything one record at a time, we want to help you begin with the information your company already depends on.

## A Real Person Will Help You Get Started

**You will not be left on your own to figure out the onboarding process.**

A real person from the SwimTech team will work with you during onboarding, answer questions, help you understand what information should be imported, and help you determine the best way to begin using SwimTech for your business.

We know that changing business software can feel like a major project. Our objective is to make the transition as painless as possible.

## Start Using SwimTech Sooner

Once your initial information is available in SwimTech, you can begin working with the areas that matter most to your business instead of spending hours rebuilding your customer information from scratch.

You can start small and grow into SwimTech's more powerful functionality as your team becomes comfortable with the application.

A simple starting point is:

**Import Existing Data → Review Contacts → Add or Review Water Bodies → Begin Creating Quotes and Work Orders → Expand Into Additional SwimTech Features**

For more information about beginning with SwimTech, see **Initial Company Setup** and **Contacts**.

## We're Here to Help

Every company's existing data and onboarding needs can be different. If you are unsure what information can be imported or how to prepare your data, **contact us before spending time manually reentering it.**

The SwimTech team will help you determine the next step.

For assistance, see **Contact Support**.

> **Bring us the data you already have. We'll help you get it into SwimTech and help you get started with a real person by your side.**


---

# 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/importing-your-data.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.
