# Encompass Partner Connect (CONCEPT) Documentation > The Encompass Partner Platform allows our vendor partner to build and manage their integrations into our applications programmatically through REST APIs. ## Guides - [What is Encompass Partner Connect?](https://docs.concept.partner.elliemae.com/docs/what-is-encompass-partner-connect.md) - [Who is this guide written for?](https://docs.concept.partner.elliemae.com/docs/who-is-this-guide-written-for.md) - [How does EPC work?](https://docs.concept.partner.elliemae.com/docs/how-does-epc-work.md) - [What do I need to get started?](https://docs.concept.partner.elliemae.com/docs/what-do-i-need-to-get-started.md) - [How do I ask for help?](https://docs.concept.partner.elliemae.com/docs/how-do-i-ask-for-help.md) - [Disabling Ping ID MFA for your Sandbox](https://docs.concept.partner.elliemae.com/docs/disabling-mfa-for-your-sandbox.md) - [IP Address Whitelisting](https://docs.concept.partner.elliemae.com/docs/ip-address-whitelisting.md) - [Migrating from Version 1.0](https://docs.concept.partner.elliemae.com/docs/migrating-from-version-10.md) - [Debugging in Encompass (Desktop Version)](https://docs.concept.partner.elliemae.com/docs/debugging-product-frontends-in-encompass-smart-client.md) - [Introduction to RESTful APIs](https://docs.concept.partner.elliemae.com/docs/introduction-to-rest-apis.md) - [EPC Browser Compatability](https://docs.concept.partner.elliemae.com/docs/browser-compatability.md) ## API Reference - [Update transaction request](https://docs.concept.partner.elliemae.com/reference/updatetransactionrequestusingpatch.md): Update transaction request with new data and resources. Only lenders can update transaction request. - [Update transaction response](https://docs.concept.partner.elliemae.com/reference/puttransactionresponseusingput.md): Update transaction response with new data and resources. Only partners can update transaction response. - [Update transaction response](https://docs.concept.partner.elliemae.com/reference/patchtransactionresponseusingpatch.md): Update transaction response with new data and resources. Only partners can update transaction response. - [Retrieve all transaction events](https://docs.concept.partner.elliemae.com/reference/gettransactioneventsusingget.md): Retrieve all events for a given transaction. - [Create response resources](https://docs.concept.partner.elliemae.com/reference/createtransactioneventusingpost.md): Attach new resources (file attachments) to your transaction response. - [Retrieve a specific transaction event](https://docs.concept.partner.elliemae.com/reference/gettransactioneventusingget.md): Retrieve a specific transaction event for a given transaction. - [Retrieve an origin resource](https://docs.concept.partner.elliemae.com/reference/findoriginbyidusingget.md): Retrieve origination context for a specific user interaction within products user-interface. Only partners can retrieve an origin resource. - [Retrieve all transactions](https://docs.concept.partner.elliemae.com/reference/findalltransactionsusingget.md): Retrieve all the transactions in the subject product environment. - [Create a transaction](https://docs.concept.partner.elliemae.com/reference/createtransactionusingpost.md): Initiate a transaction in the subject product environment. Only lenders can initiate transactions. - [Update a transaction](https://docs.concept.partner.elliemae.com/reference/patchtransactionusingpatch.md): Only lenders can update a transaction. - [Retrieve a specific transaction](https://docs.concept.partner.elliemae.com/reference/gettransactionusingget.md): Retrieve a specific transaction initiated against a product. - [Perform an action on transaction object](https://docs.concept.partner.elliemae.com/reference/posttransactionactionusingpost.md): Perform an action on transaction object by partners. - [Create response resources](https://docs.concept.partner.elliemae.com/reference/getdownloadurlusingget.md): Attach new resources (file attachments) to your transaction response. - [Create response resources](https://docs.concept.partner.elliemae.com/reference/getdownloadurlusingget_1.md): Attach new resources (file attachments) to your transaction response. - [Retrieve transaction request resources](https://docs.concept.partner.elliemae.com/reference/getuploadurlusingpost.md): Retrieve all the resources associated with a transactions request. - [Retrieve all registered products](https://docs.concept.partner.elliemae.com/reference/findallproductusingget.md): Retrieve all registered products information. - [Register a new product](https://docs.concept.partner.elliemae.com/reference/createproductusingpost.md): Create a new product listing and initialize its configuration/entitlements. Only partners can register a new product. - [Retrieve a specific product](https://docs.concept.partner.elliemae.com/reference/findproductbyidusingget.md): Retrieve a specific products listing, entitlements and configuration information. - [Update a specific product](https://docs.concept.partner.elliemae.com/reference/updateproductusingpatch.md): Update a specific products listing, entitlements and configuration information.