> ## Documentation Index
> Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
> Use this file to discover all available pages before exploring further.

# First Deal AI Review: Faster Approval for New Partners

> New partners on MOGL get AI-assisted review on their first deal — receive instant feedback, accept suggested edits, and reach approval faster.

When you submit your very first deal as a new partner on MOGL, it goes through an AI-assisted review before entering the standard campaign workflow. This process is designed to get your deal approved faster by catching common issues early, suggesting improvements, and — when everything looks good — approving your deal automatically without a manual wait.

## What to expect when you submit your first deal

As a new partner, your first deal submission is treated differently from subsequent ones. Instead of immediately entering the standard review queue, MOGL's AI evaluates your deal's structure, completeness, and quality right away.

<Steps>
  <Step title="Submit your deal">
    Fill out and submit your deal as normal. Once you submit, you'll see a message letting you know that MOGL AI is reviewing your submission. This typically takes only a few moments.
  </Step>

  <Step title="Receive AI feedback or approval">
    One of three outcomes follows the review:

    * **Auto-approved** — Your deal meets all requirements. You'll receive a notification that your deal has been approved and is moving forward.
    * **AI suggestions available** — The AI identified specific improvements that could strengthen your deal. You'll be shown the suggestions and asked whether you'd like to apply them.
    * **Routed to manual review** — In some cases (see below), the AI cannot complete the review and a MOGL team member will review your deal instead.
  </Step>

  <Step title="Respond to AI suggestions (if applicable)">
    If suggestions are presented, review each one and choose to accept or skip. Accepting suggestions updates your deal in place — you won't need to start over. Once you've responded, your deal moves forward.
  </Step>
</Steps>

## How to respond to AI suggestions

When the AI identifies improvements, you'll see them displayed alongside your original deal details. Suggestions may cover your deal title, description, deliverables, or other structural elements.

<Tabs>
  <Tab title="Accept suggestions">
    Applying the AI's recommended edits updates your deal automatically. This is the fastest path to approval — deals that incorporate AI suggestions typically proceed without further manual review.

    The relevant API endpoint for applying AI edits to your deal:

    ```http theme={"dark"}
    POST /ai-edit-job
    ```

    | Field                                   | Description                             |
    | --------------------------------------- | --------------------------------------- |
    | `id`                                    | The ID of the deal to update (required) |
    | `addTitleAndDescription.job_name`       | Updated deal title                      |
    | `addTitleAndDescription.jobDescription` | Updated deal description (HTML)         |
  </Tab>

  <Tab title="Decline suggestions">
    You can choose to proceed without applying the AI's suggestions. Depending on the nature of the feedback, your deal may continue to auto-approval or may be routed to a MOGL team member for manual review.
  </Tab>
</Tabs>

<Tip>
  Accepting AI suggestions is optional, but deals that address the AI's feedback are more likely to be approved quickly and attract strong athlete interest.
</Tip>

## When deals go to manual review

The AI is designed to handle most first-deal reviews automatically, but your deal will be sent to a MOGL team member in these situations:

* The AI could not confidently evaluate the deal's content
* The deal flagged specific compliance or policy considerations that require human judgment
* A technical issue prevented the automated review from completing

<Note>
  Manual review does not mean your deal was rejected. A MOGL team member will review it and follow up with next steps. You'll receive a notification when the review is complete.
</Note>

If your deal is sent to manual review, you don't need to resubmit. Your original submission is preserved and the reviewer has full context.

## Checking your deal's review status

You can retrieve the current AI review status and any feedback for your deal at any time:

```http theme={"dark"}
GET /job-review-results/{jobId}
```

| Parameter | Description                      |
| --------- | -------------------------------- |
| `jobId`   | The ID of the deal you submitted |

The response includes the review outcome, any AI-generated feedback, and the current approval state of your deal.

## Notifications

MOGL sends you notifications at key points in the review process:

| Event                  | What you receive                                      |
| ---------------------- | ----------------------------------------------------- |
| AI feedback is ready   | Notification prompting you to review AI suggestions   |
| Deal auto-approved     | Confirmation that your deal has been approved         |
| Manual review required | Notification that a team member will review your deal |

<Note>
  The first-deal AI review only applies to your first deal submission. All subsequent deals follow the standard MOGL review process.
</Note>

## For partners working with MOGL support

If you're troubleshooting a first-deal review with MOGL support, the support team can see the AI review outcome, any suggestions that were generated, and the final decision for your deal. They can also manually override a review result or escalate a deal if needed. You don't need to re-explain your deal's content — just provide your deal ID and the support team will have everything they need.
