> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhello/assistant-builder/effective-assistant-instructions/example-of-instructions.md).

# Example of Instructions

Investigation

1. *"Search online for Concentrix's latest news in 2025 from at least five diverse sources. Write an executive summary in the chat."*
2. *"Search online for Concentrix and our top three competitors' 10-Ks. Create a text comparison using Markdown with code blocks. Write a detailed executive summary focusing on practical, real, and actionable insights."*

***

**Strategy**

1. *"Search online for the latest trends in generative AI for CX in January 2025. Browse the top three competitors' websites and review their current generative AI go-to-market strategies. Compare this with Concentrix's approach and create an actionable plan to help Concentrix lead the CX generative AI space."*

***

**Management**

1. *"Analyze this image of a weekly calendar. Summarize the itinerary for each day and recommend which meetings are the most important."*

***

**Content**

1. *"Write an email from \[add your role] to \[recipient] to communicate \[goal]. Ensure the email is professional but not overly formal. Use the email example I shared as a reference for style and tone."*

***

**Design**

1. *"Browse Concentrix.com and identify the theme they use, including color codes, messaging, and layout. Generate an image using this theme to showcase Concentrix's generative AI capabilities."*

***

**Engineering**

1. *"Search online for the latest CX platform tools in 2025. List the top three most popular platforms today, including their features, benefits, and pricing.""*
2. *"Read this technical documentation file and summarize it for me in 10 bullet points.""*

***

**Analysis**

1. *"Analyze this Excel sheet. It contains the annual budget for my business group. Include totals, trends, and insights in your analysis, and create an executive summary in the chat."*

***

**Intelligence**

1. *"Search online for current trends in CX, including market performance, new products, and recent marketing campaigns across the industry. Compare findings for Concentrix and its top competitors in 2025."*

***

**Support**

1. *"Explain what iX Hello is and what I can do with it for my role as \[describe role]."*


---

# 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://docs.ixhello.com/ixhello/assistant-builder/effective-assistant-instructions/example-of-instructions.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.
