# auto-update

<mark style="color:red;">`hostname(config)#`</mark> konfigürasyon prompt bölümündeki kullanılabilir <mark style="color:red;">`auto-update`</mark> komutuyla  Proxy Server ile ilgili konfigürasyon işlemlerinin gerçekleştirilebileceği <mark style="color:red;">`hostname(config-`</mark><mark style="color:red;">auto-update</mark><mark style="color:red;">`)#`</mark> bölümüne geçiş yapılır.&#x20;

```
parta_Document(config)# auto-update 
parta_Document(config-auto-update)# ?
authentication           Proxy Authentication
disable                  Disable Proxy for auto-update
enable                   Enable Proxy for auto-update
protocol                 Proxy Scheme
proxy                    Auto Update Proxy Address
parta_Document(config-auto-update)# authentication [Username] [Password]
parta_Document(config-auto-update)# protocol ?       
http                     Protocol Http
https                    Protocol Https
socks5                   Protocol Socks5
parta_Document(config-auto-update)# protocol https
parta_Document(config-auto-update)# proxy [IP Address] [Port]
parta_Document(config-auto-update)# proxy 127.0.0.1 200 
parta_Document(config-auto-update)# show this
auto-update
 disable
 proxy 127.0.0.1 200
 protocol https
 authentication [Username] $2b$0000000000000000834c69578c7806cdd1649552c512020d



```


---

# 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.targitas.com/targitas-kullanim-rehberi/targitas-cli-arayuzune-giris/cli-konfigurasyon-komutlari/auto-update.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.
