> For the complete documentation index, see [llms.txt](https://docs.dibbel.no/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dibbel.no/brukerveiledninger/for-nettsiden/funksjoner/bygninger/opprette-tegning-i-bygning.md).

# Opprette tegning i bygning

### Opprette tegning i bygning

{% stepper %}
{% step %}

### Opprette tegning i bygning

* Gå til hovedmenyen på venstre side og velg **"Bygninger"** eller trykk på denne lenken: [**https://app.dibbel.no/buildings**](https://app.dibbel.no/buildings)
* Gå inn på en bygning. Trykk på **“Tegninger”** som ligger i menylinjen øverst til høyre på siden.<br>

<div align="left"><figure><img src="/files/709RsGviuc5tvOiG4Tqi" alt="" width="375"><figcaption></figcaption></figure></div>

* Lag tegning ved å trykke på **“Ny tegning”.**
  {% endstep %}

{% step %}

### Fyll inn tegningsdetaljer

* **Velg bygning:** Klikk i feltet **"Velg bygning"** og velg fra listen som dukker opp.

* **Plan (valgfritt):** Klikk i feltet **"Velg plan"** og velg plan fra listen som dukker opp, eller opprett ny plan ved å trykke på **"Opprett ny".**&#x20;

  * Du kan opprette plan ved å trykke på “Nytt plan” som ligger ved siden av “Ny tegning”. Trykk på “Nytt plan”, og skriv inn navn på plan i navnefeltet. Trykk deretter “Opprett”.

    ![](/files/E5Hcx61TLufsNjRKAvQO)\
    \
    Tegningene organiseres automatisk etter planene du oppretter, og vises strukturert under hvert plan:

  <figure><img src="/files/vP9L3LH47iqNT9FPkUcl" alt=""><figcaption></figcaption></figure>

* **Navn:** Klikk i feltet "Navn" og skriv navn på planen.

* **Last opp fil:** Last opp plantegning

<div align="left"><figure><img src="/files/Oa6pLoheOZHEFTLoAouw" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Opprett

Opprett tegningen ved å klikke på **"Opprett"**.

![](/files/yWyieJ6q2O7VMB2sMbAp)<br>
{% endstep %}
{% endstepper %}

### Klar!

Du har nå opprettet en tegning tilknyttet en bygning.<br>

### Redigere tegning

* Trykk på de tre prikkene  `⋯`  som ligger til høyre for hver plantegning.
* Herfra vil du få opp en valgmeny med ulike funksjonaliteter som åpne tegning, redigere tegningsinformasjon, regenerere tegning, eksportere tegning, opprette avvik og slette tegning.&#x20;

<div align="left"><figure><img src="/files/oJWS5zfMjaLCGYlpxZyr" alt="" width="192"><figcaption></figcaption></figure></div>

### Andre måter å opprette tegninger på:

{% tabs %}
{% tab title="Fra prosjekt" %}

* Gå til **Prosjekter** fra hovedmenyen eller trykk på linken: [https://app.dibbel.no/projects](https://app.dibbel.no/tenants/dibbel/learn-dibbel/projects)
* Velg prosjekt og trykk på "Tegninger" i menyfeltet.
* Trykk på "Opprett tegning" og følg samme instrukser som [#opprette-tegning-i-bygning](#opprette-tegning-i-bygning "mention")
  {% endtab %}

{% tab title="Fra ordre" %}

* Gå til **Ordre** fra hovedmenyen eller trykk på linken: [https://app.dibbel.no/orders](https://app.dibbel.no/tenants/dibbel/learn-dibbel/orders)
* Velg ordre og trykk på "Tegninger" i menyfeltet.
* Trykk på "Opprett tegning" og følg samme instrukser som [#opprette-tegning-i-bygning](#opprette-tegning-i-bygning "mention")
  {% endtab %}
  {% endtabs %}


---

# 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.dibbel.no/brukerveiledninger/for-nettsiden/funksjoner/bygninger/opprette-tegning-i-bygning.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.
