> For the complete documentation index, see [llms.txt](https://docs.mashmatrix.com/mashmatrix-sheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mashmatrix.com/mashmatrix-sheet/functions_about_editing_data/create_a_new_record.md).

# Create a New Record

To create a new record, follow the steps below.

![](/files/7wUTXtDmmWRF3CpUhBK0)

1. Scroll to the bottom of the table on the sheet and click the **\[A] "+ (Add New Record) "** button below the last row, or click a cell with "+" mark **\[B]** in a blank row.
   * The "+" button is only displayed when "Create New Record" is checked in the "Allowed Operation" section of the sheet settings.
   * The number of newly created records will change according to the position of the "+" button you click.
2. Rows are added to the sheet and you can input new record data.
   * An orange mark appears at the head of the row added to indicate that the row is for a newly creating record.
3. After entering the required information, press the "Save" button to save the record data to Salesforce.

By right-clicking with records selected, a context menu appears, and new records can also be added between existing records. When adding records from the context menu, you can choose whether to insert the records above or below the selected records. Furthermore, the number of records inserted will vary depending on the number of records selected.

<figure><img src="/files/pMzhss58LWz2jt2X2Nmc" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If the "Create New Records" operation is not allowed for the sheet, no new records can be created.
{% 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://docs.mashmatrix.com/mashmatrix-sheet/functions_about_editing_data/create_a_new_record.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.
