> For the complete documentation index, see [llms.txt](https://orbit-b2b.gitbook.io/orbit-b2b-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-b2b.gitbook.io/orbit-b2b-docs/b2b-registration/approvals.md).

# Review and approve applications

## View submissions

1. Go to **Registration → Submissions** in the app
2. See all pending applications with status: **Pending**, **Approved**, or **Rejected**
3. Click a submission to open the detail view

***

## Approve an application

1. Open a pending submission
2. *(Optional)* Assign the customer to a **Customer Group**
3. Click **Approve**

What happens automatically:

* A Shopify customer account is created (if the customer doesn't have one)
* The group's tag is added to their account
* A B2B Company profile is created in Shopify if relevant
* An approval email is sent to the customer

The customer can now log in and see wholesale prices immediately.

***

## Reject an application

1. Open a pending submission
2. *(Optional)* Add a note explaining the rejection
3. Click **Reject**

What happens automatically:

* A rejection email is sent to the customer
* The email contains a **secure edit link** so they can correct their application and resubmit

***

## Resubmission flow

When a customer receives a rejection email:

1. They click the edit link
2. Their original form data is pre-filled
3. They edit the fields that need correction
4. They submit again — the submission returns to **Pending** in your queue

***

## Filtering and search

In the Submissions list, you can:

* Filter by status (Pending / Approved / Rejected)
* Search by customer name or email
* Sort by submission date


---

# 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://orbit-b2b.gitbook.io/orbit-b2b-docs/b2b-registration/approvals.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.
