# Pop Quick Start

Log in to your EyePop Account: Ensure you have your credentials ready. If you don't have an account yet, sign up on the [EyePop website](https://www.eyepop.ai/).

1. Create a New Endpoint:
   1. Once logged in, go to the dashboard.
   2. Click on the “Create Endpoint” button.
   3. Fill in the necessary details such as endpoint name.<br>

2. Select Create Endpoint&#x20;

   <figure><img src="/files/bqajIlecdDb8J4HyGUhE" alt=""><figcaption><p>Step 1</p></figcaption></figure>

3. Name your Endpoint (Pop)

   <figure><img src="/files/QgKYPBKkhn2GsJ7s93F9" alt=""><figcaption><p>Step 2</p></figcaption></figure>

4. Choose a Pop and Preview

   1. Browse and Select a Pop:
      * Review the available pops that suit your needs.
   2. Preview the Pop:
      * Use the “Preview” feature to see how the pop will function within your endpoint.
   3. Create the Endpoint:
      * Once ready click “Complete” to create the endpoint.

   <figure><img src="/files/8l01R4K7dWfxevbMGFFt" alt=""><figcaption><p>Step 3</p></figcaption></figure>

5. Accessing your Endpoint
   1. Locate Your Endpoint
      * Go to the Dashboard tab in the EyePop sidebar.
        * You’ll see a list of your created endpoints. Find the one you want to use.
   2. Copy Endpoint UUID
      * Click the “Copy UUID” button next to your endpoint. This is your unique identifier (Pop ID) used to call the API.
   3. Generate and Add Your API Key
      * Click "Generate API Key" from the dashboard.&#x20;
   4. Test Your Endpoint
      * Use the preview button to test your endpoint and confirm the model is responding as expected and returns predictions.

<figure><img src="/files/cPLAs7aN6C9UIuVGbMJO" alt=""><figcaption><p>Find your endpoint</p></figcaption></figure>

<figure><img src="/files/Ab17l9Fk1grcawia5Dju" alt=""><figcaption><p>Preview Endpoint</p></figcaption></figure>

* Continue to the [React/Node SDK](/developer-documentation/sdks/react-node-sdk.md) or [Python SDK](/developer-documentation/sdks/python-sdk.md) to integrate your new endpoint into your product.


---

# 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.eyepop.ai/developer-documentation/getting-started/pop-quick-start.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.
