# Create an Invite Link

You can get started with Konnect without making any changes to your interface or front-end code by using an Invite Link.  An Invite Link is a secure URL that opens the Konnect Marketplace in a browser window for authorizing integrations between your app and your customers' third-party software.&#x20;

To create an invite link:

1. Go to the `Linked Accounts` section in your Kolla Admin Portal
2. Click the button at the top right titled `Create Invite Link`
3. Choose the connector you are creating the invite for, or if you want your customer to be able to choose the connector from the marketplace themselves, select \`Show All Integrations\`.&#x20;
4. Input a unique customer identifier as a reference for you (most people use whatever customer ID they have in their own system)&#x20;
5. Add an optional customer name for easy reference in our portal
6. Click `Generate Link`
7. Copy the URL and send it to your customer (or use it yourself for testing)

<figure><img src="/files/Cfm38IRJcPGqviWCeTWQ" alt=""><figcaption></figcaption></figure>

When the customer goes to the URL they will see the Konnect Marketplace appear with the selected connector showing (or a list of connectors if you chose that when generating the link). Your customer will follow the simple instructions for connecting their third-party software to you. After they complete the steps, a new Linked Account will be created and visible in the Kolla Admin Portal.&#x20;

<figure><img src="/files/LZ6uN0mCIrTn003CiJ77" alt=""><figcaption></figcaption></figure>

That's it! Now you have an easy way to connect and authenticate to your customers software without any front-end code changes.


---

# 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.getkolla.com/kolla/getting-started/create-an-invite-link.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.
