# GKS3 BGC

## Kontaktvägar till BGC Support

#### **Support för E-faktura**

<e-faktura@bankgirot.se>\
Telefon: +46-8-725 65 80\
&#x20;\
För fler kontaktvägar:\
<https://www.bankgirot.se/kundservice/><br>

## Aktivera loggning

Lägg in följande segment i slutet på konfigurationsfilen *Simutek.BGC.UI.exe.config*:

```
  <system.diagnostics>
    <trace autoflush="true" indentsize="4">
      <listeners>
        <!-- First clear existing listeners -->
        <clear/>
        <!-- Add your listener -->
        <add name="logListener"
          type="System.Diagnostics.TextWriterTraceListener"
          initializeData="gksbgclog.log" />
      </listeners>
    </trace>
  </system.diagnostics>
</configuration>
```


---

# 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.simutek.se/it/felsoeka-gks3/gks3-bgc.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.
