# Terms

Here is a very short list of terms which you may come across when you use QGIS.

* **Attribute**: a piece of data relating to a *feature*, for example the name of a settlement, or the population of a region
* **Attribute table**: a table showing the *attribute* values for all the *features* in a *layer*
* **Buffer**: an area of equal distance drawn around a point, line or polygon
* **Clip**: to cut the size of a data object by placing a mask over it - sometimes known as 'cookie cutter'
* **Coordinate Reference System (CRS)**: the system used to reference the x and y coordinates of your data
* **Feature**: an individual object in your data - for example a line, point or polygon
* **Layer**: a set of data, usually of one type which can be turned on and off, moved above or below other layers, and styled/labelled
* **Line**: vector data which has two ends which don't meet, possibly with intermediate points - for example roads or railway lines
* **Plugin**: an optional application which provides additional functionality to QGIS
* **Point**: data comprising sets of individual x and y coordinates, but not joined together - for example villages or hospitals
* **Polygon**: data comprising one or more closed lines, forming shapes which can be filled - for example land masses, or provinces
* **Print Composer**: the layout tool within QGIS which is used to produce maps for output
* **Project**: a set of data, styles and Print Composers within QGIS used to make a map
* **Raster**: map data which is represented as an image, with pixel values of between 0 and 255
* **Style**: the rules used to represent data objects with colour, shapes, icons or charts according to the values of their attributes
* **Vector**: data which is represented as sets of coordinates, producing lines, points or polygons


---

# 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://uttws.gitbook.io/gis-workshop/mapping-wildlife-movement-in-qgis/terms.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.
