> For the complete documentation index, see [llms.txt](https://docs.touchgis.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.touchgis.app/feature-class-manager/creating-new-feature-classes.md).

# Creating New Feature Classes

## **Getting Started**

Feature classes are housed inside feature class datesets. Think of feature class datasets as folders that house related feature classes. Before creating a new point, line, or polygon feature class, you'll need to navigate to the dateset you want it housed in *or* create a new dataset.&#x20;

## **Creating A New Feature Class**

Once inside a feature class dateset you'll see the options for creating new point, line, polygon, or circle classes. After selecting one of these options, you'll be prompted to give your feature class a name.&#x20;

![](/files/-Ll511XkNuqadPbhSLPe)

{% embed url="<https://youtu.be/N0oJ96fS2cg>" %}

{% hint style="info" %}
Tip: Giving your custom feature classes clear names can speed up your data collection process, as well as help with collaborative efforts.&#x20;
{% endhint %}

## **Feature Class Options**

After entering the name of your new feature class, you'll see options to edit the style of that class and add attribute fields. To learn more about styling and attributes please visit these respective sections:

{% content-ref url="/pages/-Ll4mBJ\_Jsdnru9nwUFb" %}
[Styling A Feature Class](/feature-class-manager/styling-a-feature-class.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LjxplzDtq38vfpE-RDW" %}
[Attribute Fields](/feature-class-manager/attribute-fields.md)
{% endcontent-ref %}

## **After Creating A Custom Feature Class**

Once you've finished creating a feature class it will become available to you via the 'Add Feature' menu on the map (blue '+' button).&#x20;

## **Editing A Feature Class**

You can edit the style or attributes of a feature class at anytime by accessing them via the Options panel.&#x20;


---

# 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.touchgis.app/feature-class-manager/creating-new-feature-classes.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.
