> For the complete documentation index, see [llms.txt](https://naviaco.gitbook.io/naviaco-public-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://naviaco.gitbook.io/naviaco-public-guides/guides/reuse-a-profile.md).

# Reuse-A-Profile

## 🔄 Reuse-A-Profile – Overview

**Reuse-A-Profile** is a custom-built Discord tool that allows users to **quickly reuse saved checkout profiles** across multiple Shopify drops without needing to resubmit their information each time.

This tool is designed to **streamline the signup process**, minimize errors, and offer a faster way to prepare for high-demand restocks.

## ⚙️ How It Works

* Users first submit their checkout profiles using the provided **Shopify sign-up form**.
* When a new drop goes live, users can click the **"Reuse Profile"** button embedded in the **Shopify** drop messages.
* A DM session opens where users can:
  * View which profiles are already running
  * Select additional profiles to run
  * Remove any profiles they no longer want submitted

Once confirmed, the bot automatically updates the active profiles list in the backend Google Sheet — no manual entry required.

## 📌 Key Features

* ✅ **Limit of 25 Profiles**: Reuse-A-Profile currently supports a maximum of **25 selectable profiles** per user. Any additional entries are automatically deleted, if you have more than 25 profiles open a **Bulk Ticket** and we will take care of you!
* 🔐 **Private Interaction**: All profile selection and editing occurs in your **DMs**, keeping your information private and secure.
* 🛒 **Shopify-Only**: Currently, this system supports only **Shopify-based drops**.
* 🔄 **Live Updates**: Any updates to your profile selections are instantly reflected in the master submission list used for processing drops.
* 🗑️ **Profile Deletion**: You can permanently remove old or unused profiles at any time using `/profile_delete`.

## 🔐 Terms of Service

By using the **Reuse-A-Profile** system or any associated services, you acknowledge and agree to the following:

1. **Data Submission**
   * You are voluntarily submitting personal information, which may include your name, email address, address, phone number, and payment details.
   * This data is used **solely for processing form submissions and participating in supported retailer drops.**
2. **Privacy & Security**
   * We take reasonable steps to store and transmit your information securely using industry-standard practices.
   * **Your data is not shared, sold, or distributed to any third parties.**
3. **No Liability Clause**
   * While we strive to ensure a secure and smooth experience, we cannot guarantee complete protection against data breaches, platform issues, or user error.
   * By using our service, you agree that **we are not liable** for any loss, unauthorized access, misuse, or consequences resulting from the use of your submitted data.
4. **User Responsibility**
   * You are responsible for ensuring the accuracy of the information you provide.
   * If you wish to remove your stored data, please use the appropriate `/profile_delete` command or contact support.
5. **Changes to Terms**
   * These Terms of Service may be updated at any time. Continued use of the service constitutes acceptance of the most recent version.


---

# 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:

```
GET https://naviaco.gitbook.io/naviaco-public-guides/guides/reuse-a-profile.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.
