> For the complete documentation index, see [llms.txt](https://help.simnetonline.com/manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.simnetonline.com/manager/results/gradebook/custom-columns.md).

# Custom Columns

## Creating Custom Grade Columns

Custom or "non-linked" columns are columns which are not related to any SIMnet assignment. **Custom column** grades are not calculated on an attempt basis and are always overridden as you enter the grade score manually.

![Gradebook settings](/files/-MKaKqsln04zrO0VFIVR)

### 1. :pencil: Gradebook section

Navigate to the **Gradebook** section and select a class.

### 2. :page\_with\_curl: Gradebook & Actions settings

Click the **Gradebook Actions & Settings** button in the upper right of the screen.

### 3. :bar\_chart: Columns option

Select **Columns** from the drop-down menu.

![Column Type](/files/-MKaL-jEX7m3Rd4-b55_)

### 4. :card\_box: Open the column editor

Click the **Create** button and select **Custom** to open the column editor.&#x20;

![Column Editor](/files/-MKaL8hOzRF9Q3QTu-oc)

### &#x20;5. :floppy\_disk: **Save the custom column settings**

Click the **Save** button to save the changes you've made to the new custom column or click **Revert** to reset to the original column settings.

{% hint style="info" %}
See :point\_right: [Column Properties](/manager/results/gradebook/column-properties.md) for more information on the settings to customize a column.
{% endhint %}


---

# 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.simnetonline.com/manager/results/gradebook/custom-columns.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.
