> ## Documentation Index
> Fetch the complete documentation index at: https://plain-docs-orca-916-agent-docs-restructure.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LinkButton

> Links out to an external tool, such as your own admin panel or payment provider.

A link button opens a URL in a new tab, so you can send someone straight to your own tooling.

<Frame>
  <img src="https://mintcdn.com/plain-docs-orca-916-agent-docs-restructure/iAAItm1tmWvvIVSZ/public/images/ui-component-link-button.png?fit=max&auto=format&n=iAAItm1tmWvvIVSZ&q=85&s=48e17e233da6f2ea97e9e214bda0c774" alt="Example link button" width="1664" height="300" data-path="public/images/ui-component-link-button.png" />
</Frame>

A link button has the following properties:

* `linkButtonLabel`: the text of the button
* `linkButtonUrl`: the URL the button should open in a new tab

For example:

<Snippet file="graphql/ui-link-button.mdx" />
