
{"id":1828,"date":"2025-06-03T15:46:22","date_gmt":"2025-06-03T15:46:22","guid":{"rendered":"https:\/\/www.vitvi.com\/?page_id=1828"},"modified":"2025-06-03T15:46:22","modified_gmt":"2025-06-03T15:46:22","slug":"1828-2","status":"publish","type":"page","link":"https:\/\/www.vitvi.com\/en\/1828-2\/","title":{"rendered":""},"content":{"rendered":"<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>WebApp Guide: Obtaining the Rental Registration Number (NRA)<\/title>\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        body {\r\n            font-family: 'Inter', sans-serif;\r\n            background-color: #ffffff; \/* White *\/\r\n            color: #374151; \/* Dark gray for main text *\/\r\n        }\r\n        .container {\r\n            max-width: 900px;\r\n            margin: 2rem auto;\r\n            padding: 1.5rem;\r\n            background-color: #ffffff; \/* White *\/\r\n            border-radius: 0.75rem; \/* rounded-xl *\/\r\n            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); \/* shadow-lg *\/\r\n        }\r\n        h1, h2 {\r\n            color: #1f2937; \/* Even darker gray for headings *\/\r\n        }\r\n        .step-card {\r\n            background-color: #ffffff; \/* White *\/\r\n            border-left: 4px solid #95c11e; \/* Green *\/\r\n            padding: 1rem 1.5rem;\r\n            margin-bottom: 1rem;\r\n            border-radius: 0.5rem; \/* rounded-lg *\/\r\n            transition: background-color 0.3s ease;\r\n        }\r\n        .step-card:hover {\r\n            background-color: #f7ea1d20; \/* Very light yellow on hover *\/\r\n        }\r\n        .step-card summary {\r\n            font-size: 1.25rem; \/* text-xl *\/\r\n            font-weight: 600; \/* font-semibold *\/\r\n            color: #95c11e; \/* Green for step titles *\/\r\n            cursor: pointer;\r\n            padding: 0.5rem 0;\r\n            outline: none; \/* Remove default focus outline *\/\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n        }\r\n        .step-card summary::-webkit-details-marker {\r\n            display: none; \/* Hide default marker *\/\r\n        }\r\n        .step-card summary::after {\r\n            content: '+'; \/* Custom plus sign *\/\r\n            font-size: 1.5rem;\r\n            color: #95c11e; \/* Green *\/\r\n            transition: transform 0.3s ease;\r\n        }\r\n        .step-card[open] summary::after {\r\n            content: '-'; \/* Custom minus sign when open *\/\r\n            transform: rotate(0deg); \/* Ensure it doesn't rotate *\/\r\n        }\r\n        .step-card p, .step-card ul {\r\n            margin-top: 0.75rem;\r\n            padding-bottom: 0.5rem;\r\n            color: #4b5563; \/* Medium gray text *\/\r\n        }\r\n        .step-card ul {\r\n            list-style-type: disc;\r\n            padding-left: 1.5rem;\r\n        }\r\n        .step-card li {\r\n            margin-bottom: 0.5rem;\r\n        }\r\n        \/* Style for new link buttons *\/\r\n        .action-button {\r\n            display: block; \/* Make it a block element on small screens *\/\r\n            width: fit-content; \/* Adjust width to content *\/\r\n            margin-top: 1rem;\r\n            background-color: #95c11e; \/* Green *\/\r\n            color: #ffffff;\r\n            padding: 0.75rem 1.5rem;\r\n            border-radius: 0.5rem; \/* rounded-md *\/\r\n            text-decoration: none;\r\n            font-weight: 500; \/* Medium font weight *\/\r\n            text-align: center;\r\n            transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;\r\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); \/* Shadow for button *\/\r\n        }\r\n        .action-button:hover {\r\n            background-color: #7aa31a; \/* Darker green on hover *\/\r\n            transform: translateY(-2px); \/* Slight lift effect *\/\r\n        }\r\n        \/* Responsive adjustments for buttons *\/\r\n        @media (min-width: 640px) { \/* On small screens and up *\/\r\n            .action-button {\r\n                display: inline-block; \/* Back to inline-block for larger screens *\/\r\n                width: auto;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"container\">\r\n        <header class=\"text-center mb-8\">\r\n            <div class=\"flex flex-col items-center justify-center mb-4\">\r\n                <!-- Logo of the company -->\r\n                <p class=\"text-xl font-semibold text-gray-800\">Vitvi Holidays<\/p>\r\n            <\/div>\r\n            <h1 class=\"text-4xl font-bold mb-2\">WebApp Guide: Obtaining the Rental Registration Number (NRA)<\/h1>\r\n            <p class=\"text-lg text-gray-600\">A clear and simple process to register your short-term rentals.<\/p>\r\n        <\/header>\r\n\r\n        <section class=\"mb-8 p-6 bg-[#fffbe6] border border-[#f7ea1d] rounded-lg shadow-sm\">\r\n            <h2 class=\"text-2xl font-semibold mb-3 text-[#6b8e23]\">Before You Start: Required Documentation<\/h2>\r\n            <p class=\"text-gray-700 leading-relaxed mb-4\">\r\n                To make the process of applying for the Rental Registration Number (NRA) as smooth as possible, we recommend having the following key information and documents ready:\r\n            <\/p>\r\n            <ul class=\"list-disc ml-6 text-gray-800\">\r\n                <li class=\"mb-2\">\r\n                    <span class=\"font-semibold\">CRU Number (Unique Registry Code):<\/span> Unique identifier of your property in the Property Registry.\r\n                <\/li>\r\n                <li class=\"mb-2\">\r\n                    <span class=\"font-semibold\">Cadastral Reference:<\/span> Alphanumeric code that identifies a property in the Cadastre.\r\n                <\/li>\r\n                <li class=\"mb-2\">\r\n                    <span class=\"font-semibold\">VUT Number (Tourist Use Dwelling) or its CSV:<\/span> The registration number of your tourist dwelling or the Secure Verification Code of your VUT documentation.\r\n                <\/li>\r\n            <\/ul>\r\n            <p class=\"text-gray-700 leading-relaxed mt-4\">\r\n                Having this data prepared will help you complete the form and the telematic submission without interruptions.\r\n            <\/p>\r\n        <\/section>\r\n        <section class=\"mb-8\">\r\n            <h2 class=\"text-2xl font-semibold mb-4 border-b-2 border-[#95c11e] pb-2\">What is the NRA and why do I need it?<\/h2>\r\n            <p class=\"text-gray-700 leading-relaxed\">\r\n                The Rental Registration Number (NRA) is an essential identifier for dwellings intended for short-term rentals, especially tourist rentals. Obtaining it is a legal requirement in many autonomous communities in Spain to ensure the transparency and legality of the rental activity. This guide will accompany you step by step through the application process via the Electronic Headquarters of the Property Registrars.\r\n            <\/p>\r\n        <\/section>\r\n\r\n        <section>\r\n            <h2 class=\"text-2xl font-semibold mb-4 border-b-2 border-[#95c11e] pb-2\">Steps for the NRA Application<\/h2>\r\n\r\n            <div class=\"step-card\">\r\n                <details open> <summary>Previous Step: Subscribe to the Registrars&#8217; Headquarters<\/summary>\r\n                    <p>Before starting the application, you need to subscribe to the Electronic Headquarters of the Registrars.<\/p>\r\n                    <ul class=\"list-disc ml-6 mt-2 text-gray-700\">\r\n                        <li>Access the subscriber registration link:\r\n                            <a href=\"https:\/\/sede.registradores.org\/site\/alta\/alta-abonado\" target=\"_blank\" class=\"action-button\">Go to Subscriber Registration<\/a>\r\n                        <\/li>\r\n                        <li>Look for the section <strong>Presentar telem\u00e1ticamente un documento<\/strong>.<\/li>\r\n                        <li>Click on <strong>Siguiente<\/strong> and fill in all the requested data to complete your subscription.<\/li>\r\n                    <\/ul>\r\n                <\/details>\r\n            <\/div>\r\n\r\n            <div class=\"step-card\">\r\n                <details>\r\n                    <summary>Step 1: Access the Official NRA Page<\/summary>\r\n                    <p>The first step is to go to the specific section for the Rental Registration Number.<\/p>\r\n                    <ul class=\"list-disc ml-6 mt-2 text-gray-700\">\r\n                        <li>Click on the following link to access directly:\r\n                            <a href=\"https:\/\/sede.registradores.org\/sede\/sede-corpme-web\/registro-de-la-propiedad\/publicidad\/propiedad-nra\" target=\"_blank\" class=\"action-button\">Go to NRA Page<\/a>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/details>\r\n            <\/div>\r\n\r\n            <div class=\"step-card\">\r\n                <details>\r\n                    <summary>Step 2: Identification for Telematic Submission<\/summary>\r\n                    <p>Once on the page, you will need to identify yourself to continue with the process.<\/p>\r\n                    <ul class=\"list-disc ml-6 mt-2 text-gray-700\">\r\n                        <li>Click on the option <strong>Presentaci\u00f3n Telem\u00e1tica<\/strong>.<\/li>\r\n                        <li>Proceed to identify yourself using your <strong>electronic certificate<\/strong> or through the <strong>CLAVE gateway<\/strong>.<\/li>\r\n                    <\/ul>\r\n                <\/details>\r\n            <\/div>\r\n\r\n            <div class=\"step-card\">\r\n                <details>\r\n                    <summary>Step 3: Initiate New NRA Application<\/summary>\r\n                    <p>With your session started, it&#8217;s time to select the option to apply for your NRA.<\/p>\r\n                    <ul class=\"list-disc ml-6 mt-2 text-gray-700\">\r\n                        <li>Select the <strong>Abonado<\/strong> option.<\/li>\r\n                        <li>Then, click on the button <strong>Solicitud de nuevo N\u00famero de Registro de Alquiler<\/strong>.<\/li>\r\n                    <\/ul>\r\n                <\/details>\r\n            <\/div>\r\n\r\n            <div class=\"step-card\">\r\n                <details>\r\n                    <summary>Step 4: Fill out the Application Form<\/summary>\r\n                    <p>A form will open that you must complete with your property information.<\/p>\r\n                    <ul class=\"list-disc ml-6 mt-2 text-gray-700\">\r\n                        <li><strong>Registry you belong to:<\/strong> To find out which registry you should send the application to, use the Registrars&#8217; Geoportal by searching for the property address:\r\n                            <a href=\"https:\/\/geoportal.registradores.org\/geoportal\" target=\"_blank\" class=\"action-button\">Go to Registrars&#8217; Geoportal<\/a>\r\n                        <\/li>\r\n                        <li><strong>Form data:<\/strong> Fill in all the requested data. The most important are the <strong>CRU number<\/strong> and the <strong>cadastral reference<\/strong>.<\/li>\r\n                        <li><strong>&#8220;Unidades Arrendadas&#8221; Section:<\/strong> Select the following options:\r\n                            <ul class=\"list-circle ml-6 mt-1\">\r\n                                <li><strong>FINCA COMPLETA<\/strong> (COMPLETE PROPERTY)<\/li>\r\n                                <li><strong>TUR\u00cdSTICO<\/strong> (TOURIST)<\/li>\r\n                                <li><strong>OTRO<\/strong> (OTHER)<\/li>\r\n                                <li><strong>S\u00cd<\/strong> (YES)<\/li>\r\n                            <\/ul>\r\n                        <\/li>\r\n                        <li><strong>Documentation:<\/strong> You must provide the <strong>VUT (Tourist Use Dwelling)<\/strong> documentation or its <strong>CSV number (Secure Verification Code)<\/strong>.<\/li>\r\n                        <li><strong>Special cases:<\/strong>\r\n                            <ul class=\"list-circle ml-6 mt-1\">\r\n                                <li><strong>Multiple apartments:<\/strong> If you have several apartments, you must create a new form (a new application) for each of them.<\/li>\r\n                                <li><strong>Room rental (temporary or tourist):<\/strong> In this case, you will have to register each room, but all within the same application.<\/li>\r\n                            <\/ul>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/details>\r\n            <\/div>\r\n\r\n            <div class=\"step-card\">\r\n                <details>\r\n                    <summary>Step 5: Perform the Telematic Submission<\/summary>\r\n                    <p>Once the form is filled out, download it and proceed with its submission.<\/p>\r\n                    <ul class=\"list-decimal ml-6 mt-2 text-gray-700\">\r\n                        <li><strong>Download the filled document<\/strong>.<\/li>\r\n                        <li>In the Telematic Submission section, select &#8220;<strong>Registro de la Propiedad<\/strong>&#8221; (Property Registry).<\/li>\r\n                        <li>Choose &#8220;<strong>Nueva presentaci\u00f3n<\/strong>&#8221; (New Submission).<\/li>\r\n                        <li>Select &#8220;<strong>Documento privado<\/strong>&#8221; (Private Document) and as <strong>Tipo de documento<\/strong> (Document Type) search for &#8220;<strong>Asignaci\u00f3n de n\u00famero de registro de alquiler para alquileres de corta duraci\u00f3n<\/strong>&#8221; (Assignment of rental registration number for short-term rentals).<\/li>\r\n                        <li><strong>Choose your registry<\/strong>: Confirm the correct registry using the Geoportal:\r\n                            <a href=\"https:\/\/geoportal.registradores.org\/geoportal\" target=\"_blank\" class=\"action-button\">Go to Registrars&#8217; Geoportal<\/a>.\r\n                        <\/li>\r\n                        <li><strong>Indicate the date<\/strong> when you completed and downloaded the previous document. Assign it a descriptive name, for example, NRA Property Name, and click on &#8220;<strong>A\u00f1adir finca<\/strong>&#8221; (Add property).<\/li>\r\n                        <li>Re-enter the <strong>requested property data<\/strong>.<\/li>\r\n                        <li><strong>Attach the documentation<\/strong>: At least the application form and, if possible, the VUT document.<\/li>\r\n                        <li>Fill in the <strong>representative&#8217;s data<\/strong>.<\/li>\r\n                        <li><strong>Sign<\/strong> all documents with the <strong>AutoFirma<\/strong> application and click &#8220;<strong>Enviar<\/strong>&#8221; (Send).<\/li>\r\n                    <\/ul>\r\n                <\/details>\r\n            <\/div>\r\n\r\n            <div class=\"step-card\">\r\n                <details>\r\n                    <summary>Step 6: Obtain Your Rental Registration Number (NRA)<\/summary>\r\n                    <p>Finally, your NRA will be available in the communications section.<\/p>\r\n                    <ul class=\"list-disc ml-6 mt-2 text-gray-700\">\r\n                        <li>Go to <strong>Comunicaciones Recibidas<\/strong> (Received Communications) at this link:\r\n                            <a href=\"https:\/\/sede.registradores.org\/sede\/sede-notificaciones-web\/communications\" target=\"_blank\" class=\"action-button\">Go to Received Communications<\/a>\r\n                        <\/li>\r\n                        <li><strong>Important:<\/strong> Make sure you log in with the <strong>abonado<\/strong> (subscriber) user with which you made the application.<\/li>\r\n                        <li>In this section you will find your new <strong>Rental Registration Number (NRA)<\/strong>.<\/li>\r\n                    <\/ul>\r\n                <\/details>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <footer class=\"text-center mt-8 pt-4 border-t-2 border-[#95c11e] text-gray-600\">\r\n            <p>&copy; 2025 Guide to Procedures. All rights reserved.<\/p>\r\n            <p>\r\n                <a href=\"https:\/\/www.vitvi.com\/en\/\" target=\"_blank\" class=\"text-[#95c11e] hover:underline\">www.vitvi.com<\/a> | Phone: +34 614 242 754\r\n            <\/p>\r\n            <p>This guide is for informational purposes only and may require adaptations according to the current legislation in your autonomous community.<\/p>\r\n        <\/footer>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\r\n","protected":false},"excerpt":{"rendered":"WebApp Guide: Obtaining the Rental Registration Number (NRA) Vitvi Holidays WebApp Guide: Obtaining the Rental Registration Number (NRA) A clear and simple process to register your short-term rentals. Before You Start: Required Documentation To make the process of applying for&#8230;","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1828","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.vitvi.com\/en\/wp-json\/wp\/v2\/pages\/1828","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vitvi.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.vitvi.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.vitvi.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vitvi.com\/en\/wp-json\/wp\/v2\/comments?post=1828"}],"version-history":[{"count":2,"href":"https:\/\/www.vitvi.com\/en\/wp-json\/wp\/v2\/pages\/1828\/revisions"}],"predecessor-version":[{"id":1830,"href":"https:\/\/www.vitvi.com\/en\/wp-json\/wp\/v2\/pages\/1828\/revisions\/1830"}],"wp:attachment":[{"href":"https:\/\/www.vitvi.com\/en\/wp-json\/wp\/v2\/media?parent=1828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}