# 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: 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:

```
GET https://docs.touchgis.app/feature-class-manager/creating-new-feature-classes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
