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

# Integrating with the Anagram App

> How to use Anagram's API and still leverage the Anagram App

Anagram's app robustly handles all aspects of the eligibility and claim submission flow. In some instances, you may desire to use elements of the Anagram App while leveraging the API to minimize double data entry. Anagram's app has user interfaces for the full cycle of vision plan billing:

1. Eligibility via direct or universal search
2. Displaying all eligibility results and details
3. Flows to match results with the initial eligibility search
4. Benefit interpretation
   1. Out-of-network benefit calculator
   2. In-network benefit details in PDF format
5. Out-of-network claim submission
6. View past eligibility checks and claim details

<Card title="Pushing Patients to Anagram APP via API" icon="file-import">
  <Steps>
    <Step title="Create Patient">
      You must do this for the patient record to appear in the Anagram App. Initiating an eligibility request by itself does not. Creating a Patient returns a unique code. Save this code to use in the next step. [**<u>Create Patient resources here.</u>**](/api-reference/endpoint/create_patient)

      <Note>
        If you have multiple locations, you'll want to specify the location code when creating the patient. This code will identify the location that the patient will be linked to. To pull a list of your location codes, see the [List Locations](/api-reference/endpoint/locations) endpoint.
      </Note>
    </Step>

    <Step title="Initiate Eligibility Request and link it with the patient">
      Use the `code` from the previous request to link arbitrary eligibility request using the [**<u>Patient Eligibility Link</u>**](/api-reference/endpoint/patient_eligibility_link) endpoint. Eligibility check will appear on the patient's profile in the Anagram web app.
    </Step>

    <Step title="Redirect your user">
      The linking endpoint will provide a URL to the patient's profile in Anagram's app.
    </Step>
  </Steps>
</Card>

<Card title="Continue in the Anagram App" icon="laptop-binary">
  <Steps>
    <Step title="View Patients and Eligibiltiy Results">
      Staff can log in to the Anagram App and view all patients and corresponding eligibility results sent via the API.
    </Step>

    <Step title="Matching Eligibility Results">
      All eligibility results will be returned for each patient. If more than one result is returned, staff should interpret it and identify the correct patient.
    </Step>

    <Step title="Benefit Interpretation and Claim Submission">
      Staff can view and interpret the plan benefits and initiate out-of-network vision claims in a few easy steps.
    </Step>
  </Steps>
</Card>
