---
title: "View zone status"
description: "How to view information about the zone status"
sidebar_position: 3
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import {CustomTable} from '@selectel/docux/components'

# View zone status

1. In the [Control panel](https://my.selectel.ru/dns/default/hosting), on the top menu, click **Products** and select **DNS Hosting**.
2. In the **Domain zones** section, view the status in the zone row.

   <CustomTable>
     <table>
       <tbody>
         <tr>
           <th>NOT DELEGATED</th>

           <td>
             Selectel NS servers are not specified at the domain registrar: `a.ns.selectel.ru`, `b.ns.selectel.ru`, `c.ns.selectel.ru`, `d.ns.selectel.ru`, so resource records are served from the domain registrar's servers.



             The zone delegation check for the `NOT DELEGATED` status occurs every 15 minutes
           </td>
         </tr>

         <tr>
           <th>DELEGATED</th><td>Management of domain resource records has been [delegated](/dns-hosting/zones/delegate-zone.mdx) to Selectel servers; resource records are served from Selectel servers</td>
         </tr>

         <tr>
           <th>DEACTIVATED</th><td>The zone has been [deactivated](/dns-hosting/zones/manage-zone.mdx#deactivate-zone); resource records are not being served from Selectel NS servers</td>
         </tr>
       </tbody>
     </table>
   </CustomTable>

<Formbricks />
