> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.1.x/customer-service/paragraph-classifier/add-classifier.md).

# Add Classifier

By default, the classifier consists of content and labels that you can ***Input Manually*** or through ***File Uploads***. You can add tagging to the module that has been created by select classifier module and click ***Change*** button. Then, you will see a table classifier page (corpus material editor), such as images below.

![Edit Classifier Module](/files/-MRT7Nw3LI9Y9_qvBqh8)

### **Add Manual Classifier**

In 3Dolphins, you can add manual classifier by entered ***Content*** and ***Label*** classifier by clicking plus button on the left word of corpus material editor. Then you can *edit* the classifier by clicking on the content or label, this label which will appear as a tag. Or, you can *delete* the content and labels that have been added in the classifier, by clicking the *minus* button in the left corner of the content.

![Add Manual Classifier](/files/-MRT7cYAtmNahUuCNrIZ)

The added classifier will appear in the category section on the users dashboard page.

![Classifier Added](/files/-MRT84l5Bx-FElzcx7k3)

### **Use File Upload**

In addition to being able to add classifiers by manually entering classifiers, you can also add classifiers automatically by uploading files of type .xls or .csv. For example, when you already have a classifier stored in one excel file, you can use the upload file feature to add a classifier, so you don’t need to retype a content and labels.

![Upload-Paragraph-Classifier.xls](/files/-MRT8PeJgVtoWYczJiKh)

In the upper left corner, click ***+Choose*** button. You will see a pop-up to find .xls or .csv file in local, select file and click the ***Open*** button. After choose the file, click button ***Upload*** to save the classifier. Then, you can see the file classifier uploaded as shown below.

![Upload Paragraph Classifier](/files/-MRT8gjBsaDYuOSD_YlR)

Classifiers that have been added or uploaded will automatically be displayed in the category section on the user’s dashboard.

![Classifier Success Added](/files/-MRT8vYQuXTPsWyIFllz)


---

# 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.3dolphins.ai/5.1.x/customer-service/paragraph-classifier/add-classifier.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.
