> For the complete documentation index, see [llms.txt](https://docs.aisera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisera.com/aisera-platform/content-generation-from-tickets.md).

# Content Generation from Tickets

This section contains the following topics:

[**Why extract solutions from the Ticket Comments?**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/why-extract-solutions-from-the-ticket-comments)

[**Setup Guide for Knowledge Generation**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/why-extract-solutions-from-the-ticket-comments/set-up-for-knowledge-generation)

&#x20;    [**Step-by-Step Guide to Setup the Knowledge Generation**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/why-extract-solutions-from-the-ticket-comments/set-up-for-knowledge-generation/step-by-step-setup-for-knowledge-generation)

&#x20;    [**Loading the JSON file**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/why-extract-solutions-from-the-ticket-comments/set-up-for-knowledge-generation/loading-the-json-file)

&#x20;    [**Knowledge Generation configuration setup**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/why-extract-solutions-from-the-ticket-comments/set-up-for-knowledge-generation/knowledge-generation-configuration)

&#x20;    [**Start the Knowledge Generation**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/why-extract-solutions-from-the-ticket-comments/set-up-for-knowledge-generation/start-the-knowledge-generation)

[**Generated Knowledge Data Source**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/why-extract-solutions-from-the-ticket-comments/generated-knowledge-data-source)

[**Knowledge Generation & Similarity Check Logic**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/why-extract-solutions-from-the-ticket-comments/knowledge-generation-and-similarity-check-logic)

&#x20;    [**Knowledge Generation Data processing**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/why-extract-solutions-from-the-ticket-comments/knowledge-generation-and-similarity-check-logic#knowledge-generation-data-processing)

&#x20;    [**Tickets Considered for Subsequent Runs**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/why-extract-solutions-from-the-ticket-comments/knowledge-generation-and-similarity-check-logic#tickets-considered-for-subsequent-runs)

&#x20;    [**Similarity Check Logic**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/why-extract-solutions-from-the-ticket-comments/knowledge-generation-and-similarity-check-logic#similarity-check-logic)

[**Analyze KB Article Generation Results**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/analyze-kb-article-generation-results)

&#x20;    [**AI Generated Documents from Bulk Tickets**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/analyze-kb-article-generation-results/ai-generated-documents-from-bulk-tickets)

&#x20;    [**AI Generated Document from Single Ticket**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/analyze-kb-article-generation-results/ai-generated-documents-from-single-tickets)

&#x20;           [**Single Ticket Tab**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/analyze-kb-article-generation-results/ai-generated-documents-from-single-tickets/single-tab-window)

&#x20;    [**Knowledge Generation Error Messages**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/analyze-kb-article-generation-results/knowledge-generation-error-messages)

&#x20;     [**AI Generated Document Details-Side Panel**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/analyze-kb-article-generation-results/ai-generated-document-details-side-panel)

[**Available Actions for Generated Knowledge Articles**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/available-actions-for-generated-knowledge-articles)

[**Generating Documents from the Aisera Admin UI**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/generating-documents-from-the-aisera-admin-ui)

[**Functionality of Generated Documents that are Recrawled**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/functionality-of-generated-documents-that-are-recrawled)

[**Similar Documents Page**](https://docs.aisera.com/aisera-platform/content-generation-from-tickets/similar-documents-page)


---

# 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.aisera.com/aisera-platform/content-generation-from-tickets.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.
