# extraInfoSnippet

Represents a code or text snippet related to a severity change.

### Examples

```graphql
type ExtraInfoSnippet {
  detectionType: String
  fileName: String
  snippetLineNumber: Int
  language: String
  text: String
}
```

### Fields

| Field                   | Description                                             | Supported fields |
| ----------------------- | ------------------------------------------------------- | ---------------- |
| detectionType `String`  | The type of detection that identified the snippet       |                  |
| fileName `String`       | The name of the file containing the snippet             |                  |
| snippetLineNumber `Int` | The line number in the file where the snippet was found |                  |
| language `String`       | The programming language of the snippet                 |                  |
| text `String`           | The text content of the snippet                         |                  |

### References

#### Fields with this object:

* [{} ApplicationExtraInfo.snippet](/api-documentation/api-reference/api--application/types/objects/application-extra-info.md)
* [{} ExtraInfo.snippet](/api-documentation/api-reference/api--issue/types/objects/extra-info.md)


---

# 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.ox.security/api-documentation/api-reference/api--application/types/objects/extra-info-snippet.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.
