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

# Getting Started

- [Quickstart guide](https://helpcenter.channable.com/get-started/getting-started/quickstart-guide.md)
- [Create a Channable account](https://helpcenter.channable.com/get-started/getting-started/create-a-channable-account.md)
- [Create a new project](https://helpcenter.channable.com/get-started/getting-started/create-a-new-project.md): Learn how to create a new project in Channable
- [Project settings](https://helpcenter.channable.com/get-started/getting-started/create-a-new-project/project-settings.md): Manage your project's name, status, and schedule settings.
- [Move or duplicate a project](https://helpcenter.channable.com/get-started/getting-started/create-a-new-project/move-or-duplicate-a-project.md)
- [Edit your project schedule settings](https://helpcenter.channable.com/get-started/getting-started/create-a-new-project/edit-your-project-schedule-settings.md)
- [Delete a project](https://helpcenter.channable.com/get-started/getting-started/create-a-new-project/delete-a-project.md)
- [Explore the project dashboard](https://helpcenter.channable.com/get-started/getting-started/explore-the-project-dashboard.md)
- [Fields in Channable](https://helpcenter.channable.com/get-started/getting-started/fields-in-channable.md)
- [Understanding a unique ID](https://helpcenter.channable.com/get-started/getting-started/fields-in-channable/understanding-a-unique-id.md): Learn what a unique ID is, why it matters in Channable, and how to set or change it for your project.
- [Types of fields in Channable](https://helpcenter.channable.com/get-started/getting-started/fields-in-channable/types-of-fields-in-channable.md)
- [Field mapping in Channable](https://helpcenter.channable.com/get-started/getting-started/fields-in-channable/field-mapping-in-channable.md)
- [Map and add fields](https://helpcenter.channable.com/get-started/getting-started/fields-in-channable/map-and-add-fields.md)
- [Connections in Channable](https://helpcenter.channable.com/get-started/getting-started/connections-in-channable.md)
- [How to renew a connection](https://helpcenter.channable.com/get-started/getting-started/connections-in-channable/how-to-renew-a-connection.md): Renew an expired, outdated, or faulty connection and complete Shopify follow-up steps.
- [Understanding expired, outdated, and faulty connections](https://helpcenter.channable.com/get-started/getting-started/connections-in-channable/understanding-expired-outdated-and-faulty-connections.md)
- [View, add, and delete connections](https://helpcenter.channable.com/get-started/getting-started/connections-in-channable/view-add-and-delete-connections.md): View and delete third-party platform connections in your company settings.
- [Channable Academy: Complete courses and earn badges](https://helpcenter.channable.com/get-started/getting-started/channable-academy-complete-courses-and-earn-badges.md): Access Channable Academy courses, sign in with SSO, and earn shareable badges.
- [Channable Academy certificates](https://helpcenter.channable.com/get-started/getting-started/channable-academy-complete-courses-and-earn-badges/channable-academy-certificates.md)


---

# 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://helpcenter.channable.com/get-started/getting-started.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.
