# Personalizing Hubs

**How it works**:

1. Add tokens when editing (e.g., "Welcome to {{companyname}}'s Hub")
2. Fill values when creating personalized links
3. Prospects see personalized content automatically

**Where to use tokens**: Hub title, description, section names, content titles, CTA buttons.

<div align="left"><figure><img src="/files/WiWv3aI6wa32oRdfa1hQ" alt="" width="563"><figcaption></figcaption></figure></div>

**Available tokens**:

* Text: `{{companyname}}`, `{{firstname}}`, `{{lastname}}`, `{{email}}`, `{{dates}}`, `{{currencies}}`
* Image: `{{logo}}` (auto-fetched via Clearbit)
* Custom: Create your own like `{{productname}}`

{% hint style="info" %}
**Pro tip**: Use 2-4 strategic tokens. Over-personalization feels robotic. Focus on title, intro, and logo for high-value deals.
{% endhint %}


---

# 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.storylane.io/hubs-docs/sharing-hubs/personalizing-hubs.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.
