> For the complete documentation index, see [llms.txt](https://help.usejimo.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.usejimo.com/docs/publish.md).

# Target & publish experiences

- [Overview](https://help.usejimo.com/docs/publish/target-and-publish.md): The "Target & Publish" settings ensures your tours and modals appear to the right audience at the right time.
- [Trigger on the right spot (Show on)](https://help.usejimo.com/docs/publish/trigger-on-the-right-spot-show-on.md): Define precise moments for experiences to activate with Jimo's diverse trigger options.
- [Target specific URLs/Domains (Where)](https://help.usejimo.com/docs/publish/target-specific-urls-domains-where.md): Let's talk about using URLs and elements to control where your experiences appear.
- [Target right people (Who)](https://help.usejimo.com/docs/publish/target-right-people-who.md): Specify your audience with 'Who' to personalize experiences. Tailor interactions based on user traits and behaviors.
- [Trigger at the right time (When)](https://help.usejimo.com/docs/publish/trigger-at-the-right-time-when.md): This section defines when should start the experiences, how often it should be displayed, and in which order.
- [Planning Your Experience](https://help.usejimo.com/docs/publish/trigger-at-the-right-time-when/planning-your-experience.md)
- [Rate Limiting - Prevent overwhelming users](https://help.usejimo.com/docs/publish/trigger-at-the-right-time-when/rate-limiting-prevent-overwhelming-users.md): The key to establishing in-product interactions as an effective communication channel with your users is to avoid overwhelming them.
- [Increase visibility (Boost)](https://help.usejimo.com/docs/publish/increase-visibility-boost.md): Jimo introduces a powerful feature to boost user engagement of your posts with a linked experience.
- [Mesure outcomes (Goal)](https://help.usejimo.com/docs/publish/mesure-outcomes-goal.md): The Goal section defines how success is measured for your experiences, from simple completion stats to advanced A/B testing for tours, providing detailed insights about impact and user interactions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.usejimo.com/docs/publish.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
