# Um administrador pode adicionar tags?

**URL:** https://meta.discourse.org/t/can-an-admin-add-tags/101785
**Category:** Support
**Created:** [Novembro 11, 2018, 4:33pm UTC](https://meta.discourse.org/t/can-an-admin-add-tags/101785 "2018-11-11T16:33:28Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![PatrickH](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/patrickh/32/116296_2.png) [@PatrickH](https://meta.discourse.org/u/PatrickH)
#### Post date: [Novembro 11, 2018, 4:33pm UTC](https://meta.discourse.org/t/can-an-admin-add-tags/101785/1 "2018-11-11T16:33:28Z")

</div>

Is it possible for an admin to add tags manualy in the back-end ?

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [Novembro 12, 2018, 1:27am UTC](https://meta.discourse.org/t/can-an-admin-add-tags/101785/2 "2018-11-12T01:27:19Z")

</div>

If you mean from the rails console, you can do:

`DiscourseTagging.add_or_create_tags_by_name(Topic.find( topic_id ), ['tag1', 'tag2'])`

---

<div class="post-metadata">

### Author: ![PatrickH](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/patrickh/32/116296_2.png) [@PatrickH](https://meta.discourse.org/u/PatrickH)
#### Post date: [Novembro 12, 2018, 6:00am UTC](https://meta.discourse.org/t/can-an-admin-add-tags/101785/3 "2018-11-12T06:00:40Z")

</div>

sorry @neil that’s not what i mean.  
I don’t have access to the rails console. How can i do this in the discourse admin ?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [Novembro 12, 2018, 6:04am UTC](https://meta.discourse.org/t/can-an-admin-add-tags/101785/4 "2018-11-12T06:04:10Z")

</div>

You can bulk upload tags via `https://SITENAME/tags`

 ![image](https://global.discourse-cdn.com/meta/original/3X/3/3/33fae3e1657a392675d4c297b3449ccd3f8277d3.png)

And simplest is just to tag things and we create the tag on first use.

---

<div class="post-metadata">

### Author: ![PatrickH](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/patrickh/32/116296_2.png) [@PatrickH](https://meta.discourse.org/u/PatrickH)
#### Post date: [Novembro 12, 2018, 6:17am UTC](https://meta.discourse.org/t/can-an-admin-add-tags/101785/5 "2018-11-12T06:17:11Z")

</div>

strange, i don’t have this:

 ![image](https://global.discourse-cdn.com/meta/original/3X/8/b/8bf9dc0cd2632373d54186e644b7abc17594ac85.png)

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [Novembro 12, 2018, 7:04am UTC](https://meta.discourse.org/t/can-an-admin-add-tags/101785/7 "2018-11-12T07:04:16Z")

</div>

The upload tags feature is not available in stable yet.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [Dezembro 12, 2018, 7:04am UTC](https://meta.discourse.org/t/can-an-admin-add-tags/101785/8 "2018-12-12T07:04:23Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
