# AWS ACE Integration

DarcyIQ integrates with AWS ACE (AWS Customer Engagement) to automatically submit and track Partner Originated (PO) opportunities.

## Benefits

| Benefit                   | Description                                                 |
| ------------------------- | ----------------------------------------------------------- |
| **Automated Submissions** | Automatically detect and submit PO opportunities to AWS ACE |
| **Time Savings**          | Reduce PO submission time from minutes to seconds           |
| **Accuracy**              | Ensure all required information is properly submitted       |
| **Visibility**            | Track all submissions directly in your AWS ACE dashboard    |

## Required Credentials

To enable the AWS ACE integration, you'll need to provide:

1. **IAM User ID**
   * The user ID of your AWS IAM account with ACE access
2. **Access Key ID**
   * AWS Access Key ID for API authentication
3. **Secret Key**
   * AWS Secret Key for API authentication

## Setup Steps

1. **Create AWS ACE Credentials**
   * Log into your AWS Console
   * Navigate to IAM
   * Create or select a user with ACE access
   * Generate Access Key ID and Secret Key
2. **Configure in DarcyIQ**
   * Go to <https://app.darcyiq.com/user-configuration#integrations>
   * Select "AWS ACE Integration"
   * Enter your:
     * IAM User ID
     * Access Key ID
     * Secret Key
   * Save your configuration

## Automatic PO Detection

Once configured, DarcyIQ will:

* Monitor your activities for potential PO opportunities
* Automatically prepare submissions when opportunities are identified
* Submit to AWS ACE using your credentials
* Track submission status and notify you of updates


---

# Agent Instructions: 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://docs.darcyiq.com/integrations-and-configuration/integration-overview/aws/aws-ace-integration.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.
