> For the complete documentation index, see [llms.txt](https://raia2.gitbook.io/raia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raia2.gitbook.io/raia/raia-cx/agent-skills/agent-scoring-skill.md).

# Agent Scoring Skill

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2F7SuppnUdynniRm3cBbhy%2Fimage.png?alt=media&amp;token=2bb4a282-d108-40f3-9e1a-57c54fa270db" alt=""><figcaption></figcaption></figure>

## Ability to customize Scoring Prompt

The Conversation Scoring Skill allows the AI to rate interactions based on engagement and effectiveness, helping identify quality levels and areas for improvement through a standardized scoring system.

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FnuIregaQng5P6eTF2w6i%2Fimage.png?alt=media&amp;token=8480e2a8-ed2f-4c65-b05a-5295e77e6e84" alt=""><figcaption></figcaption></figure>

## Ability to customize Conversation Summary Prompt

This prompt guides the AI to generate a clear, objective summary of a conversation by highlighting key topics, engagement level, response clarity, and how well the user's needs were met.

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FRXC7FEXJvZiRK3gGapvy%2F1d9df950-dd25-4094-8eb2-81de4dedc17a.png?alt=media&amp;token=c268bbc7-3888-4ec2-8614-bca1477d1716" alt=""><figcaption></figcaption></figure>

## [Agent Scoring Skill Video Tutorial](https://www.youtube.com/watch?v=qj-quHneNlg)

{% embed url="<https://www.youtube.com/watch?v=qj-quHneNlg>" %}


---

# 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://raia2.gitbook.io/raia/raia-cx/agent-skills/agent-scoring-skill.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.
