# Custom Links

Custom links can be created for new sportsbooks that aren't on the plugin.

## Create a custom link

To create a custom link, we'll go to the sportsbook selection screen by clicking the + button on the home screen, then we'll click the + icon in the top left of the list of sportsbooks.

<figure><img src="/files/ylRNXYEsEoc7cosWXACe" alt="" width="360"><figcaption></figcaption></figure>

This will take us the the Custom Link creation screen.

Here we can add the following details:

* Name of the link
* Website URL
* Icon (optional)

To create a custom link, you must fill out both the name and website url fields. Additionally, if the website URL is not recognized as valid, it won't be able to be created. If you want to add a custom icon, simply click the add button for it and select either a png or jpg file from your computer. It will auto resize to the correct size of the icon (40x40px).

Once you've created the custom link, you can click save and it'll appear on the home screen, ready to be assigned.

<figure><img src="/files/1AOMRLHIp1TNtGJmDqBi" alt="" width="360"><figcaption></figcaption></figure>

## Editing/Deleting Custom Links

To edit or delete a custom link, click on the options button on the home screen and click "Manage Customs"

This takes us to the manage custom link screen. Click the icon of the custom link you want to edit or delete. You may then change the info of the custom link or delete it by clicking the trash can icon on the top right, then clicking delete.

<figure><img src="/files/I9MWleJrITbjHFFyfUgw" alt="" width="360"><figcaption></figcaption></figure>


---

# 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://arbsvsodds.gitbook.io/avo-documentation/avo-tabs-plugin/custom-links.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.
