> For the complete documentation index, see [llms.txt](https://docs.silid.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.silid.co/teacher-1/material/create-a-material.md).

# Create a Reading Material

1. Click the **+ Create** button to create a material.

![](/files/-M_UhSyeflZMMfcV-DTS)

Fill in the necessary details that describe the **Material**

![](/files/-M_Uhr4ami6WuboPGNXI)

The table below describes the input fields above.

| **Input Field**  | Description                                                                                                                                                 |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Title**        | The title of the Material. (required)                                                                                                                       |
| **Publish Date** | Students can view your reading material only after this date. **(required)**                                                                                |
| **Publish Time** | Students can view your reading material only after this time with respect to Publish Date. **(optional)**                                                   |
| **Instructions** | Teachers can describe what is this assignment about. You can follow a guide [here ](/teacher-1/text-editor.md)on how to use the text editor. **(optional)** |
| **Files**        | Any files. If you want to upload an image it is best if you upload it to the text-editor. You can read more [here](broken://pages/-MNbg9OSOQPrOn7gTc1c).    |
| **Links**        | E.g., Youtube videos, Facebook articles, or any links                                                                                                       |

**Uploading files**

Step 1: Fill in the necessary information.

![](/files/-M_UjNRj0s1-EjIdQHvv)

Step 2: Click the **"Upload button"** and choose a file to upload then click **Submit.**

![](/files/-M_UjsEf3kucgyT8OPDC)

**Uploading Youtube link**

Step 1: Fill in the necessary information.

![](/files/-M_UlDj3S5ZESr23zO24)

Step 2:  Paste the **video links** and then click **"Add"** then click **Submit.**

![](/files/-M_UlmWZxecTjy2a2uk-)

Step 3: It is then successfully pasted and uploaded the video.

![](/files/-M_UnZ8Sp0nZPAcpUzl0)


---

# 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.silid.co/teacher-1/material/create-a-material.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.
