# Change SMS gateway

## Question

The SMS Gateway section is disabled. How do I edit it?

## Answer

Only Support can adjust the SMS gateway settings for your dealer.

Provide gateway details, for example:

Twilio:

* ACCOUNT\_SID
* AUTH\_TOKEN

Generic SMPP v3.4:

* SMPP server IP
* port
* login (system id)
* password

Please note that this change is for your dealer panel as a whole, and can't be set on a per-user basis.

## Links

* [Messaging gateways (SMS)](/docs/admin/settings/messaging-gateways.md#sms-gateway)


---

# 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://navixy.com/docs/qna/admin-panel/change-sms-gateway.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.
