# Text Box parameter

The Text Box parameter creates a frame where you can type anything.

## How to register it?

Code:

```lua
MyCommand:AddParameter("Textbox", {
	Name = "Amazing Text Box", --// Parameter name.
})
```

If you did it correctly, You should see the parameter appear on the parameters section.

<figure><img src="https://2544013832-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fc9bK8pux8ECQEv3nGxVN%2Fuploads%2FLs5h3OaUIdzNMN0GMglk%2Fimage%20(8).png?alt=media&#x26;token=04850e43-52d3-49d1-bd6a-3663ce461c65" alt=""><figcaption></figcaption></figure>
