# Taxonomy Service (Taxonomy & Tagging)

- [Framework APIs](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/framework-service.md)
- [Architecture](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/framework-service/architecture.md)
- [Code Structure](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/framework-service/code-structure.md)
- [Configuration](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/framework-service/code-structure/service-configuration.md)
- [Schemas](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/framework-service/schemas.md)
- [APIs](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/framework-service/apis.md): The Framework API resources is basically a supporting data structure which serves as a template.  It can be used in places where the structure remains the same but only the usage changes.
- [Jobs](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/framework-service/jobs.md)
- [Audit event generator](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/framework-service/jobs/audit-event-generator.md)
- [FAQs](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/framework-service/faqs.md): This page is used to address frequently asked questions about Framework service.
- [Create Framework](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/framework-service/faqs/create-framework.md)
- [Add Content to Framework](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/framework-service/faqs/add-content-to-framework.md)
- [Object Category APIs](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/object-category-service.md)
- [Architecture](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/object-category-service/architecture.md)
- [Code Structure](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/object-category-service/code-structure.md)
- [Schemas](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/object-category-service/schemas.md)
- [APIs](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/object-category-service/apis.md): The Object Category Definition API resourcses mainly allows you to set the rules for creating different type of objects for a particular category.
- [Jobs](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/object-category-service/jobs.md)
- [Audit event generator](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/object-category-service/jobs/audit-event-generator.md)
- [Configuration](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/object-category-service/configuration.md)
- [FAQs](https://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging/object-category-service/faqs.md): This page answers frequently asked questions about Object Category and Object Category Definition.


---

# 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://knowlg.sunbird.org/learn/product-and-developer-guide/taxonomy-and-tagging.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.
