> ## Documentation Index
> Fetch the complete documentation index at: https://coconut-grid.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# URL

Call URLs using row data directly from the data grid.

## URL

Create custom URL actions to send requests using row data and formulas.

<Steps>
  <Step title="Open URL settings">
    Open the URL action configuration.

    * Click **Settings** in the actions menu
    * Open the `Actions` tab
    * Click **Add URL**
    * The Add URL dialog opens
  </Step>

  <Step title="Enter URL details">
    Enter the required fields.

    * Label - Action name
    * Method - HTTP method (GET, POST, etc.)
    * URL - Endpoint
    * Array Parameter Serialization - Array format
  </Step>

  <Step title="Add parameters">
    Add request parameters.

    * Click **Add** to add a parameter row
    * Parameter Name - Parameter key
    * Formula - Value expression using fields, operators, and functions
  </Step>

  <Step title="Save">
    Save the URL action.

    * Click **Add**
    * A quick action is created under **URL**
  </Step>

  <Step title="Use the URL action">
    Use the created URL action in the data grid.

    * Select one or more rows
    * Click **URL** → select the created action
    * The URL is opened using row data
  </Step>
</Steps>

<Tip>
  For syntax, operators, and functions, see [Formulas](/data-grid/formulas).
</Tip>
