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

# ERP Integration

> Connect your ERP so incoming RFQs become quotes pushed straight into it

Connecting your **ERP** is what turns on Emanate's [quoting](/demand/quotes) pipeline. Once connected, an incoming
request for quote can be read, drafted into a structured quote, and submitted directly into the system that prices
and fulfills it, no re-keying.

Find it under **Integrations → Oracle** in the sidebar.

## What the ERP connection enables

* **Quote submission:** reviewed quotes are entered into your ERP for you.
* **Portal automation:** for ERPs with no API, a [Computer-Use workflow](/workflows/overview#computer-use-workflows) drives the screen, logging in and entering the quote the way a person would, with a recording of the run.
* **Customer and order context:** account, order, and pricing data can flow back to inform drafts and quotes.

## Setting up the connection

<Steps>
  <Step title="Open the Oracle tab">
    Go to **Integrations → Oracle**.
  </Step>

  <Step title="Enter your connection details">
    Provide the connection credentials for your ERP. These are stored securely.
  </Step>

  <Step title="Run a connection test">
    Emanate runs a test against the ERP to confirm it can reach the system and read/write as expected.
  </Step>

  <Step title="Start quoting">
    With a healthy connection, the [Quotes](/demand/quotes) tab in Demand comes to life. Incoming RFQs can be turned into submitted quotes.
  </Step>
</Steps>

<Note>
  Exactly which fields and flows are available depends on your ERP and how your team quotes. Emanate's team helps map
  the connection to your specific setup during onboarding.
</Note>

## Keeping quotes healthy

* **Retry stuck submissions** from the Quotes tab if one fails on the way to the ERP, with duplicate protection so an approved quote isn't sent twice.
* **Edits teach the system:** adjust a submitted quote's line items and Emanate learns from the change for next time.

See [Quotes](/demand/quotes) for the full request-to-ERP flow.

## Next steps

<CardGroup cols={2}>
  <Card title="Quotes" icon="file-text" href="/demand/quotes">
    The end-to-end RFQ-to-ERP flow
  </Card>

  <Card title="Workflows" icon="workflow" href="/workflows/overview">
    How portal automation enters quotes
  </Card>

  <Card title="Accounting" icon="calculator" href="/integrations/accounting">
    Bring in order and financial data
  </Card>
</CardGroup>
