# FAQ and Troubleshooting

## Can I apply multiple instances to a single Thing?

No, a thing can only be associated with a single instance at a time. If your instance is missing properties, you can add them to the dimension/instance at any time.

## I made some edits to a dimension, but my datasets haven't changed at all?

Any changes you make to dimensions, instances, or things will not be applied to your datasets until machine master data has been republished. This can be done using the button in the top-right-hand corner of the machine master data list.

## I am using a thing's **instance** in one of my datasets. What will happen to this dataset if the instance is deleted, or removed from the thing?

Your dataset will continue to work, **provided** your dataset still contains instances of the same dimension type as the instance that was removed. The thing which has no longer an associated instance will just have NULL values in the relevant columns.&#x20;

For example let's say you have two instances A and B, which are both of the same dimension types. These are both applied to things and used in the same dataset. If A is then removed from its thing the dataset will continue to work, with NULL values shown in cells that previously contained A's data. However, if B is then also removed from its thing, the dataset will no longer be able to execute.

## What happens when a dimension is deleted?

The dimension itself will be deleted, along with any instances using this dimension. Any attribute of this dimension type (sub-dimension) will also be removed from their parent dimension/instance. Any datasets using attributes of this dimension will no longer execute and will need to have the relevant columns removed.&#x20;

## Can I have an instance with no values?

Yes, if it does not contain any [subdimensions](/manual/sf-platform/machine-master-data/dimensions.md#subdimensions). All attributes except subdimensions are allowed to be empty.


---

# 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://manual.senseforce.io/manual/sf-platform/machine-master-data/getting-started.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.
