> For the complete documentation index, see [llms.txt](https://help.codechum.com/teachers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-create-an-item/how-to-create-a-gui-based-item.md).

# How to create a GUI-based item

### Introduction

GUI-based item is a type of item in which your students have to code outside CodeChum, compress their file into one zip folder, upload it in CodeChum, and submit them for automatic checking.&#x20;

CodeChum already has built-in GUI-based item that you are free to use, but if you'd like to make your own item to use in an activity in CodeChum, you can make your own!

### Steps

Since creating GUI items is very complicated, we will make it for you instead. What you need to do are the following:

1. Click on **Item Bank**. This will redirect you to a screen listing all items you have created within CodeChum.

   <figure><img src="/files/96DUgXNnnLXAiZQG3HQd" alt=""><figcaption></figcaption></figure>
2. Look for the **Create Item** button and click it. This will open a big popup window to create your very own item.

   <figure><img src="/files/b64JDisoxkaLU7XBfn60" alt=""><figcaption></figcaption></figure>
3. Select **GUI application** as the item type.

   <figure><img src="/files/KzxlH8KNJ69pyvbxs9qa" alt=""><figcaption></figcaption></figure>
4. Click on the **Go to Form** button. This will open a Google Forms where you will provide us all the details about the GUI item you wish to be created.&#x20;

   <figure><img src="/files/alSX61ilhdLClWgijuYG" alt=""><figcaption></figcaption></figure>
5. Supply all needed information in the Google Form and submit it.&#x20;

   <figure><img src="/files/fuYEdjJ2SMbNR1RLdE8R" alt=""><figcaption></figcaption></figure>
6. Wait for a message in your email where we will send word about your GUI item. <br>

And that's how we help you make GUI items in CodeChum!


---

# 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://help.codechum.com/teachers/more-features-you-may-want-to-explore/items-section/how-to-create-an-item/how-to-create-a-gui-based-item.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.
