> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/telecom-references/apis-and-integration/notepad-tools-for-snmp.md).

# Notepad ++ tools for SNMP

### Explenation

Notepad++ is a powerful text editor that implements some basic tagging and formatting that gives it some limited IDE Functionality. It is equipped with many languages by default and can format their text automatically based on the file extension. It also allows you to create your own User Defined Languages (UDLs) to format other filetypes in a custom manner. This page includes two UDLs for viewing MIB files in NotePad++, both UDLs are identical in function but one has the colors modified for better viewing for those who prefer Notepad++'s 'darkmode' view.

### Installation

* For installation open your UserDefinedLanguage folder, generally found at:

```
.\AppData\Roaming\Notepad++\userDefineLangs
```

* Or find it via the NotePad++ drop down menu under:

```
Languages -> User Defined Languages -> Open User Defined Language Folder
```

* Unzip the zipped folder below and find two .xml files 'userDefineLang-MIB.xml' for Lightmode users, and 'userDefineLang-MIB-DM.xml' for Darkmode users.
* Copy both, or just the desired UDL from that zipped folder into the UserDefinedLanguage folder mentioned above.
* Restart your Notepad++ Application
* Open the desired file and apply the language through the same menu.

```
Languages -> MIB/MIB (Dark Mode)
```

For more information please reference: [Notepad++ User Manual on UDLs](https://npp-user-manual.org/docs/user-defined-language-system/)

[User Defined Languages Light Mode and DarkMode](https://docs.telcobridges.com/w/images/b/b7/UDL-MIB.zip)


---

# 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://prosbcdocs.telcobridges.com/telecom-references/apis-and-integration/notepad-tools-for-snmp.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.
