> For the complete documentation index, see [llms.txt](https://layer3xyz.gitbook.io/layer3-updated-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://layer3xyz.gitbook.io/layer3-updated-docs/builder/guides/guides--customizing-activation-display-and-actions.md).

# Customizing Activation Display & Actions

### Display Customization Options

At the top of any action configuration, you'll find four toggle switches:

* Custom Title
* Custom Description
* Custom Action Link
* Custom Action Label

<figure><img src="https://752488452-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhSilmqBx7U8CtP2hlByI%2Fuploads%2F2wEohp4NESY9mwOVAMdM%2FScreenshot%202024-11-26%20at%2018.00.31.png?alt=media&#x26;token=60ade194-6ae7-4ebc-89d9-129c9382c338" alt=""><figcaption></figcaption></figure>

#### Custom Title

The title appears as the main heading for your action.

* Keep it concise and action-oriented
* Max 30 characters
* Example: "Trade on Uniswap on Base"

#### Custom Description

A markdown-enabled field for detailed instructions.

* Use formatting for clarity (bold, italic, links)
* Keep it clear and direct
* Example: "You can swap any token via Uniswap Base to verify this action"

#### Custom Action Link

The URL where users will perform the action.

* Must be a valid URL
* Example: [https://app.uniswap.org](https://app.uniswap.org/)
* Tip: Include full URL with https\://

#### Custom Action Label

The call-to-action text shown on buttons.

* Keep it action-oriented
* Max 30 characters
* Example: "Open Uniswap"

### Best Practices

1. **Consistency**
   * Use similar language across related actions
   * Maintain your brand voice in descriptions
   * Use consistent CTAs for similar actions
2. **Clarity**
   * Write titles that clearly state the required action
   * Provide context in descriptions
   * Use specific CTAs that match the action
3. **User Experience**
   * Preview how it appears to users
   * Test links before saving
   * Ensure descriptions provide enough guidance

### Example Configuration

For a token purchase action:

```
CopyTitle: "Trade on Uniswap"
Description: "Swap any token via Uniswap Base."
Action Link: "https://app.uniswap.org"
Action Label: "Open Uniswap"
```

The result appears as:

* A clean action card
* Clear purchase instructions
* Direct link to complete the action
* Branded call-to-action

### Preview & Testing

Always:

1. Toggle preview mode to see user view
2. Test action link functionality
3. Verify description formatting
4. Check mobile display

***

💡 **Tip**: When creating a series of related actions, maintain consistent naming and labelling patterns to help users understand the progression.
